/* Layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
}

.arial{font-family: Arial, Helvetica, sans-serif;}

.verdana{font-family: Verdana, Arial, Helvetica, sans-serif;}
.tahoma{font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;}

/* Font Sizes */

.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;}
.nineteen {font-size: 19px;}
.twenty {font-size: 20px;}
.twentyone {font-size: 21px;}
.twentytwo {font-size: 22px;}
.twentythree {font-size: 23px;}
.twentyfour {font-size: 24px;}
.twentyfive {font-size: 25px;}

/* Font Colours */

.magenta {color: #C637B3;}
.purple {color: #545268;}
.white {color: #FFFFFF;}
.black {color: #000000;}
.darkgray {color: #333333;}
.gray {color: #6D6D6D;}
.lightgray {color: #AEAEAE;}
.red {color: #E70000;}
.orange {color: #FF6600;}
.yellow {color: #FFFF00;}
.green {color: #2D9C35;}
.sharp_blue {color: #0097DD;}
.blue {color: #006699;}

/* 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;}

.gray2red {color: #6D6D6D; text-decoration: none;}
.gray2red:hover {color: #E70000;}

.blue2red {color: #0097DD; text-decoration: none;}
.blue2red:hover {color: #E70000;}

.lightgray2blue {color: #AEAEAE; text-decoration: none;}
.lightgray2blue:hover {color: #6499E2;}

.gray2orange {color: #6D6D6D; text-decoration: none;}
.gray2orange:hover {color: #FF6600;}

.white2black {color: #FFFFFF; text-decoration: none;}
.white2black:hover {color: #000000;}

.white2yellow {color: #FFFFFF; text-decoration: none;}
.white2yellow:hover {color: #FFFF00;}

.red2black {text-decoration: none;color: #CC0000;}
.red2black:hover {text-decoration: none;color: #000000;}

.black2blue {text-decoration: none;color: #000000;}
.black2blue:hover {text-decoration: none;color: #0097DD;}

.blue2black {text-decoration: none;color: #0097DD;}
.blue2black:hover {text-decoration: underline;color: #0097DD;}

.black2red {text-decoration: none;color: #000000;}
.black2red:hover {text-decoration: none;color: #CC0000;}

.lightblue2white {text-decoration: none;color: #CDDAE5;}
.lightblue2white:hover {text-decoration: none;color: #FFFFFF;}

.gray2blue {color: #6D6D6D; text-decoration: none;}
.gray2blue:hover {color: #0097DD;}

.bg_no{
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_x{
	background-repeat:repeat-x;
	background-position: left top;
}

.bg_y{
	background-repeat:repeat-y;
	background-position: left top;
}

.border{
	border: 1px solid #D7D7D7;
}



.border1{
	border: 1px solid #67657B;
}
.border2{
	border: 1px solid #FFFFFF;
}

.border3{
	border: 1px solid #B1B2B5;
}

.pad_border{
	border: 1px solid #BABFC5;
	padding: 2px;
}


.combo_box{
	width: 182px;
}


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

.cur{
cursor: pointer;cursor: hand;
}


.top_line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
}
.bot_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}
.left_line{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}
.right_line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
}

.top_line2{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.bot_line2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.left_line2{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.right_line2{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.tab {

	color: #666666;
	text-decoration: none;
	display: block;
	width: 240px;
	margin: 0;
	line-height: 39px;
	white-space: nowrap;
	background-image: url(images/ta.gif);
	background-repeat: no-repeat;
	background-position: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tab:hover {

	color: #000000;
	text-decoration: none;
	display: block;
	width: 240px;
	margin: 0;
	line-height: 39px;
	white-space: nowrap;
	background-image: url(images/tb.gif);
	background-repeat: no-repeat;
	background-position: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.tabactive {

	color: #000000;
	text-decoration: none;
	display: block;
	width: 240px;
	margin: 0;
	line-height: 39px;
	white-space: nowrap;
	background-image: url(images/tc.gif);
	background-repeat: no-repeat;
	background-position: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.btns{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #f7f7f7;
	height: 20px;
	width: auto;
	border: 1px solid #dadada;

}


.nav {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 154px;
	margin: 0;
	line-height: 23px;
	white-space: nowrap;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}

.nav:hover {
	color: #FF0000;
	text-decoration: none;
	display: block;
	width: 154px;
	margin: 0;
	line-height: 23px;
	white-space: nowrap;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8F8F8;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}



.navlast {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 154px;
	margin: 0;
	line-height: 25px;
	white-space: nowrap;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.navlast:hover {
	color: #FF0000;
	text-decoration: none;
	display: block;
	width: 154px;
	margin: 0;
	line-height: 25px;
	white-space: nowrap;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8F8F8;


}


.tab3 {
	color: #222222;
	text-decoration: none;
	display: block;
	margin: 0;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	background-color: #E9EAEE;
}

.tab3:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3398D0;
	background-color: #FFFFFF;
	background-image: url(images/sel2.gif);
	background-repeat: no-repeat;
	background-position: left;

/*	border-left-width: 1px; 
	border-left-style: solid;
	border-left-color: #EE1C23;*/
}


.tab3active {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EE1C23;
	background-color: #FFFFFF;
	background-image: url(images/sel.gif);
	background-repeat: no-repeat;
	background-position: left;

/*	border-left-width: 1px; 
	border-left-style: solid;
	border-left-color: #EE1C23;*/
}





.leftborder{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-left-color: #D7D7D7;
}

.right_line3{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BABFC5;
}

.img_border{
	border: 1px solid #CCCCCC;
	filter: Alpha(Opacity=65);
}

.img_border:hover{
	border: 1px solid #B1C0CD;
	filter: Alpha(Opacity=100);
}


.image{
	filter: Alpha(Opacity=65);
}

.image:hover{
	filter: Alpha(Opacity=100);
}

.btns {
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
}

.combo_box{
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	height: 20px;
}

.txt_box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 16px;
	border: 1px solid #928C75;
}


.alpha1{
	filter: Alpha(Opacity=65);
}

.alpha2{
	filter: Alpha(Opacity=100);
}

.red_bullet {
	list-style-image: url(images/red_bullet.gif);
	line-height: 20px;
}
.links_sep {
	background-image: url(images/links_sep.gif);
	background-repeat: no-repeat;
	background-position: left;
}
