/* CSS Document */

body {
	background: url(../images/bg3.jpg) repeat;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #252B7F;
}

/* [ Headings ] */

h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #990000;
}

#homeTextContainer {
	padding: 0px 15px;
}

/* [ For ALL text areas ] */
.textContainer {
	padding: 0px 15px;
}

.textContainerWhite {
	padding: 10px 15px;
	color: #FFFFFF;
}

#footer {
	color: #FFFFFF;
	padding: 10px;
	border-top: 2px solid #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFCC;
}


/*This is for OPT Only*/

#opt {
	display: none;
}