/* CSS Document */

body {
	width:799px;
	margin:auto;
}

a.main_nav_link
{
	color: #474444;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 25px;
	text-decoration: none;
}

a.main_nav_link:hover {
	color : #ffffff;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 25px;
	text-decoration: underline;
}

a.you_are_here {
	color : #ffffff;
	text-decoration: none;	
}

a.blue_link
{
	color: #4A9DE3;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight : none;
}

a.blue_link:hover {
	color : #0FDFA2;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 16px;
	text-decoration: underline;
	font-weight : none;
}

a.babyblue_link
{
	color: #A1C3D3;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight : bold;
}

a.babyblue_link:hover {
	color : #0AF5CE;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 16px;
	text-decoration: underline;
	font-weight : bold;
}

a.babyteal_link
{
	color: #286065;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight : bold;
}

a.babyteal_link:hover {
	color : #FF6600;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 14px;
	text-decoration: underline;
	font-weight : bold;
}

a.footer_nav {
	color: #B1A6A6;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight : none;
}

a.footer_nav:hover {
	color : #ffffff;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration: underline;
	font-weight : none;
}

h2 {
	color : #FA9405;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align:left
}

p {
	color : #333333;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 12px;
	 line-height: 14px;
}


.a_indent {
	color : #021668;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-indent: 1cm;
	font-weight : bold;
}

.header_orange {
	color : #FF6600;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 32px;
}

.header_teal {
	color : #0FDFA2;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 32px;
}

.reg_prple {
	color : #A30EED;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 18px;
	
}

.reg_prple_small {
	color : #A424DB;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 8px;	
}

.reg_white {
	color : #FFFFFF;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 12px;
}

.reg_white_small {
	color : #FFFFFF;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 8px;
}

.pad {
	padding:10px;
}

.footer_grey {
	color : #524E4E;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 8px;
}

.teal_text
{
	color: #0FDFA2;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight : none;
}

.urgent
{
	color: #ffffff;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight : bold;
}


