/*
	Copyright David Trewern Design         :: www.dtdesign.com ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/


*, html {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}


form, ul, li, h1, h2, h3, p {
	margin: 0;
}

body {
	margin: 0 15px 50px 15px;
	background-color: #666666;
}

ul {
	list-style-type: square;
}

.text_blue1 {
	color: #1B518F;
	font-size: 11px 
}

.text_blue2 {
	color: #1B518F;
	font-size: 12px;
}

.text_blue3 {
	color: #0068B2;
	font-size: 12px;
	font-weight: bold;
}



.text_grey1 {
	color: #555555;
	font-size: 11px;
}

.text_grey1 a {
	color: #1B518F;
	text-decoration: none;
}

.text_grey1 a:hover {
	color: #FC961F;
	text-decoration: none;
}


.text_grey2 {
	color: #1C1C1C;
	font-size: 11px;
}

.text_grey3 {
	color: #1B1B1B;
	font-size: 11px;
}
.text_grey3 a {
	color: #003466;
	font-size: 11px;
	text-decoration: none;
}
.text_grey3 a:hover {
	color: #003466;
	font-size: 11px;
	text-decoration: underline;
}


.text_orange1 {
	color: #FC961F;
	font-size: 10px;
}

.text_orange2 {
	color: #F9B95D;
	font-size: 12px;
	font-weight: bold;
}



.text_footerwhite {
	color: #FFFFFF;
	font-size: 10px;
}

.text_footerwhite a {
	color: #FFFFFF;
	text-decoration: none;
}
.text_footerwhite a:hover	{
	color: #FC961F;
	text-decoration: none;
}

.line {
	margin: 10px 0 10px 0; padding: 0;
	width: auto; height: 1px;
	background-image: url(line_grey.gif);
	background-repeat: repeat-x;
}

.subnav_line {
	margin: 5px 0 5px 0; padding: 0;
	width: auto; height: 1px;
	background-image: url(line_white.gif);
	background-repeat: repeat-x;
}

.subnav {
	padding: 2px 0 2px 0;
	color: #1B518F;
	font-size: 11px;
}

.subnav a {
	color: #1B518F;
	text-decoration: none;
}

.subnav a:hover {
	color: #FC961F;
	text-decoration: none;
}

a.link_orange1 {
	color: #FC961F;
	font-size: 11px;
	text-decoration: none;
}
a.link_orange1:hover	{
	color: #1B518F;
	font-size: 11px;
	text-decoration: none;
}

			  
			  
.subnav2 td {
	border-left: 1px solid #66A4D1;
	background-color: #0068B2;
}
.subnav2 td.first {
	border-left: 0;
}
	
	
ul.list1 {
	list-style-type: none;
}
ul.list1 li {
	background-image: url(ico_tick2.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #3D3D3D;
	font-size: 11px;
	padding: 4px 0 11px 36px;
}


div.div1 {
	border-top: 1px solid #B2D1E8;
	font-size: 1px;
	line-height: 1px;
	margin: 24px 0 17px 2px;
}
div.div2 {
	border-top: 1px solid #A6CAE5;
	font-size: 1px;
	line-height: 1px;
	margin: 30px 0 30px 4px;
}


.table_layout1 td {
	color: #0063B3;
	font-size: 11px;
	padding: 0 13px 15px 0;
}
.table_layout2 td {
	color: #559AD1;
	font-size: 11px;
	padding: 0 13px 15px 0;
}




.input1 {
	color: #555555;
	font-size: 11px;
}



.tool_nav {
	background-color: #3386C1;
	border: 1px solid #A4A4A4;
	border-width: 0 1px 0 1px;
}
.tool_nav td.border {
	border-right: 1px solid #85B6DA;
}
.tool_nav2 {
	background-color: #7CB6DD;
	border: 1px solid #A4A4A4;
	border-width: 0 1px 0 1px;
}
.tool_nav2 td.border {
	border-right: 1px solid #B0D3EB;
}