/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #000; /*#424345;*/
}

h1 {font-weight: bold; font-size: 17px;}

h2 {font-weight: bold; font-size: 12px; margin:0; padding:0; border:0;}

/* Font Sizes */

.eight {font-size:8px;}
.nine {font-size: 9px;}
.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.seventeen {font-size: 17px;}
.eighteen {font-size: 18px;}
.twenty {font-size: 20px;}
.twentyone {font-size:21px;}
/* Font Colours */

.white {color: #FFFFFF;}
.lwhite {color: #e6e6e6;}
.black {color: #000000;}
.gray {color: #4d4d4d;}
.lgray {color: #a4a6a7;}
.orange {color: #ed5500;}
.dgray {color: #313131;}
.blue {color: #b0c6dd;}
.dblue	{color:#26517c;}
.nblue	{color:#1a6aaa;}
.green	{color:#1e927b;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

/* BLOCK Hovers */

.gray2orange{color: #313131; text-decoration: none;}
.gray2orange:hover {color: #ed5500;}

.orange2gray{color: #ed5500; text-decoration: none;}
.orange2gray:hover {color: #313131;}


.tahoma{
	font-family: "tahoma";} 
	
.trebuchet{
	font-family: "Trebuchet MS";}
	
.white2orange {
	color: #e6e6e6; text-decoration: none;}
.white2orange:hover { color: #ed5500;}

.white2gray {color: #ffffff; text-decoration: none;}
.white2gray:hover { color: #4d4d4d;}

.blue2orange {color: #26517c; text-decoration:none;}
.blue2orange:hover {color: #ed5500;}

.n_bg	{
	background-image:url(images/n_bg.jpg);
	height:25px;
	background-repeat:repeat-y;
}

.bellow	{
	background-image:url(images/below_bg.jpg);
	height:19px;
	background-repeat:repeat-y;
}

/* Drop Down Menus */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
}

#dropmenudiv a:hover{
color: #172d44;
background-color: #f6f6f6;
}

.field	{
	width:250px;
}

.bg	{
	background-image:url(images/bg_new.jpg);
	height:144px;
	background-repeat:repeat-x;
}