body {
	font-family: Arial, Helvetica, sans-serif;
	/*Base font size*/
	font-size: 12px;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

/*Content*/ 

p {
	font-size:1em;
	color:#333;
	text-align:justify;
	line-height:1.5em;
	/*top, right, bottom, left.*/
	padding: 5px 15px 5px 15px;
}

h1 {
	font-size:130%;
	color:#990000;
	font-weight:bold;
	margin: 15px 15px 5px 13.5px;
	border-bottom:#666666 1px solid;
	width:532px;
	text-indent:10px;
}

h2 {
	font-size:125%;
	color:#990000;
	font-weight:bold;
	margin: 15px 15px 5px 13.5px;
	border-bottom:#666666 1px solid;
	width:532px;
	text-indent:10px;
}

h3 {
	font-size:110%;
	color:#333;
	background-color:#F0F0F0;
	font-weight:bold;
	/*top, right, bottom, left.*/
	padding: 10px 15px 10px 13.5px;
	border-bottom:#CCCCCC 1px solid;
}

.content a {
	color:#990000;
	text-decoration:underline;
}

.content a:hover {
	color:#CC0000;
	text-decoration:none;
}

h1.content {
}

h2.content {
}

h3.content {
}

p.content {
}

ul.content {
	font-size:1em;
	color:#333;
	text-align:justify;
	line-height:1.5em;
	padding: 10px 20px 0px 40px;
}

li.content {
}

img.content {margin-right:5px;margin-left:5px;}
img.guides {
	border:#CCCCCC 1px solid;
	margin-right:5px;
	margin-left:10px;
}

table.content {margin:0px 15px;}

p.contentSmall {
	color:#333;
	font-size:0.9em;
	text-align:justify;
	line-height:1.5em;
	padding: 10px 15px 0px 15px;
}

p.disclaimer {
	color:#999999;
	font-size:0.8em;
	text-align:justify;
	line-height:1.5em;
	padding: 10px 15px 0px 15px;
}

p.disclaimer a {
	color:#666666;
}

p.disclaimer a:hover {
	color:#666666;
	text-decoration:none;
}

p.contact_us a {
	text-align:right;
	color:#990000;
	font-weight:bold;
	background-image:url(/images/arrow_darkRed.png);
	background-position:center left;
	background-repeat:no-repeat;
	/*top, right, bottom, left.*/
	padding:0 0 0 10px ;
	float:right;
}

p.contact_us a:hover {
text-decoration:none;
color:#FF0000;
}

fieldset {
	/*top, right, bottom, left.*/
	padding:0px; 
	margin:10px;
	-moz-border-radius: 5pt;
}

legend {
	font-size:1.2em;
	font-weight:bold;
	color:#333333;
	/*top, right, bottom, left.*/
	padding:0px 5px 0px 5px;
	}

.footerText {
	color:#000;
	text-decoration:none;
	font-size:85%;
	line-height:17px;

}

.footerText a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

.footerText a:hover {
	color:#FFCC00;
	text-decoration:underline;
}

/*Misc*/

.textBoxInput {
	background-color: #FFFFFF;
}

.contactInput {
	color:#000000;
	text-align:justify;
}


.buttonInput {
	font-size: 80%;
}
