html, body {
background-color:#002445;
}

h1 {

}

h2 {
color:#FFFFFF;
}

.grad {
	border-bottom:1px solid #E10915; 
	background:url(common/grad.jpg) bottom left no-repeat #E10915;
	padding-bottom:300px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #FFFFFF;*/
}

.text_reg {
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

a:link {
 color: #CE7312;
 text-decoration: none;
 }     /* unvisited link */
a:visited {
 color: #CE7312;
 text-decoration: none;
 }  /* visited link */
a:hover {
 color: #CE7312;
 text-decoration: underline;
 }   /* mouse over link */
a:active {
 color: #CE7312;
 text-decoration: none;
 }   /* selected link */

a.gal {
 color: #CE7312;
 text-decoration: none;
 }     /* unvisited link */
a.gal:visited {
 color: #CE7312;
 text-decoration: none;
 }  /* visited link */
a.gal:hover {
 color: #CE7312;
 text-decoration: underline;
 }   /* mouse over link */
a.gal:active {
 color: #CE7312;
 text-decoration: none;
}

#content_main {
padding:0px 16px 0px 16px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

td {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

p {
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

#content_main p {
margin:0px 0px 20px 0px;
/*color:#FFFFFF;*/
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}
