/* DEFAULT STYLES FOR (X)HTML ELEMENTS
-------------------------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
  font-family: Geneva, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #022359;
}

a { 
  color: #617597;
  text-decoration: underline; 
  outline:none;
  cursor:pointer;
}

a:hover { 
	color: #ffffff !important;
	text-decoration: none;
	background-color:#617597;
	 }
	
a:visited {
		color:#022359;

	}

.blue-text {
	color:#617597;
}

.faded-orange {
    color:#EFAE68;	
}



h1 {
	font: 42px/70px Georgia, 'Times New Roman', serif;
	color:#CC6A00;
	font-weight:normal;
}


h2 {
	font: 30px/60px Georgia, 'Times New Roman', serif;
	color:#617597;
	font-weight:normal;
}

h3 {
	font:22px/40px Geneva, Arial, sans-serif;
	font-weight:normal;
	color:#022359;
}

h4 {
	font:18px/28px Geneva, Arial, sans-serif;
	font-weight:normal;
	color:#022359;
}

h5 {
	font:16px/24px Geneva, Arial, sans-serif;
	font-weight:normal;
	color:#022359;
}

h6 {
	font:14px/22px Geneva, Arial, sans-serif;
	font-weight:normal;
	color:#022359;
}

p { margin: 5px 0 13px 0; }

ul, ol {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 16px;
  list-style-position: outside;
  list-style-type: disc;
}
ol { list-style-type: decimal; }
dl {
  margin-top: 18px;
  margin-bottom: 18px;
}
dl dt {
  font-weight: bold;
}


blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
  border-left: 1px solid #666;
  font-style: italic;
}
blockquote * { color: #666; }

strong { font-weight: bold; }

em { font-style: italic; }

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */

.small {
  font-size: 10px;
  line-height: 18px;
}

.large {
  font-size: 14px;
  line-height: 18px;
}

.quiet {
  color: #666;
}

.captions {
	width:15% !important;
	margin:0 5px;
}

table.captions td {
	border-bottom:none !important;
	padding:0 !important;
}

/* EXTRA DEFAULT STYLES FOR COMMON TYPOGRAPHIC IDIOMS
-------------------------------------------------------------------------------- */

.caps {	
	text-transform: uppercase;
	}
.serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.italic {
	font-style:italic;
	}
.mini {
	font-size:.88em;
	}
.light {
	font-weight:100;
	}
.heavy {
	font-weight:900;
	}
.highlight {
  	background:#FFC;
  	}
.error {
  	color:#CE4538;
  	}


