/* CSS Document */

html {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: url(images/Untitled-4.png);background-repeat:no-repeat; background-position:center; background-position:top;
	background-color: #FFFFFF; l
	}
	
a.subtittlelink:link      	{ font-family:"Century Gothic"; font-size:12px; text-decoration: none; color:#FF0000 }
a.subtittlelink:active      { font-family:"Century Gothic"; font-size:12px; text-decoration: none; color:#FF0000 }
a.subtittlelink:visited     { font-family:"Century Gothic"; font-size:12px; text-decoration: none; color:#FF0000 }
a.subtittlelink:hover       { font-family:"Century Gothic"; font-size:12px; text-decoration: underline; color:#FF0000 }

a.red_more_link:link		{font-family:"Century Gothic"; text-decoration: none; font-size:10px; color:#FF0000}
a.red_more_link:active		{font-family:"Century Gothic"; text-decoration: none; font-size:10px; color:#FF0000}
a.red_more_link:visited		{font-family:"Century Gothic"; text-decoration: none; font-size:10px; color:#FF0000}
a.red_more_link:hover		{font-family:"Century Gothic"; text-decoration: underline; font-size:10px; color:#FF0000}

.boxtext	{font-family:"Comic Sans MS";
				font-size:12px;
				color:#000000;}
	
.cell_bgrnd{background-repeat:no-repeat; background-position:left; background-position:top;}

.line_vertical{background-image:url(images/line.png); background-repeat:repeat-y; background-position:center}
.line_horizontal{background-image:url(images/line.png); background-repeat:repeat-x; background-position:center}

DIV{position:inherit; padding:15px; background-repeat:no-repeat}
LI{
	list-style-image:url(images/check_mark.png);
	list-style-position: inside;
}

.title {font-family:"Century Gothic";font-size:18px}
.title2 {font-family:"Century Gothic";font-size:18px; color:#FF0000}
.normal_red {font-family:"Century Gothic"; font-size:12px; color:#FF0000}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	background: #FFFFFF;
	border: 1px solid; 
}
