/* 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: Verdana, Arial, Helvetica, sans-serif;
  font-size: .88em;
  line-height: 1.5em;
  font-weight: normal;
  color: #333333;
}

a { 
  color: #0365B0;
  text-decoration: none; 
  outline:none;
}



a:hover { 
text-decoration: underline;
color:#0365B0;
 }

a:visited {
	color:#2c4b8c;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: normal;
}


h1 { 
	font-size: 2em;
 	line-height: 1.25em;
	color:#2c4b8c;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:15px 0 15px 0px;
	padding:0px;
	 }
	 
h2 { 
color:#0365B0;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1em;
font-weight:bold;
line-height:1.4em;
margin:10px 0 10px 10px;
padding:0;
}

h3 { 
color:#A7C439;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:.85em;
font-weight:bold;
line-height:1.4em;
margin:10px 0 10px 10px;
padding:0;
text-transform:uppercase;
}
	 


p {
  margin: 0;
  padding:0 0 15px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.88em;
  line-height: 1.5em;
  font-weight: normal;
  color: #333333;
   }

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;
  font-style: italic;
}
blockquote * { color: #333333; }

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;
}


/* 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:9px;
	}
.light {
	font-weight:100;
	}
.heavy {
	font-weight:900;
	}
.highlight {
  	background:#FFC;
padding:10px;
margin:5px;
  	}
.error {
  	color:#CE4538;
  	}

	.red-text {
		color:#CF0008;
	}


