body {
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FEBB2D;
}
td {
	font-family:Arial, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tdnavbar {
	background-color:#3A3E40;
	background-image:url(../images/bg_navbar.gif);
	background-position:top right;
	background-repeat:repeat-x;
}
.tdmain {
	background-image:url(../images/bg_main.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.tdmain2 {
	background-image:url(../images/bg_main2.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.tdmain3 {
	background-image:url(../images/bg_main3.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.tdleft {
	padding:0 15px 15px 15px;
}
.tdright {
	padding:0 15px 15px 0;
}
h1 {
	font-family:Arial, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
h1 a:link, h1 a:visited, h1 a:sctive {
	text-decoration:none;
	color:#418AE1;
}
h1 a:hover {
	color:#123663;
	text-decoration:underline;
}
a:link, a:visited, a:active {
	text-decoration:underline;
	color:#FF7800;
}
a:hover {
	text-decoration:underline;
	color:#FF1E00;
}
.texterror {
	color:#FF7800;
}
.textsmall {
	font-size:11px;
}
ol {
	list-style-image: url("../images/bu_01.gif");
}
ol li {
	margin-bottom: 5px;
}

/* ----- Web Focus ----- */
.wf_bg {
	background-image:url(../images/bg_webfocus.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.wf_picborder {
	border:1px solid #D0D7DF;
	background-color:#FFFFFF;
}
.wf_text {
	font-size:11px;
	color:#11509C;
}
.wf_text a:link, .wf_text a:visited, .wf_text a:sctive {
	color:#418AE1;
}
.wf_text a:hover {
	color:#123663;
}


/* ----- News ----- */
.nw_bgtop {
	background-image:url(../images/bg_newstop.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.nw_bgbot {
	background-image:url(../images/bg_newsbot.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.nw_bgleft {
	background-image:url(../images/bg_newsleft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.nw_text {
	font-size:11px;
	color:#67707B;
}
.nw_text_lite {
	font-size:11px;
	color:#A1B0C3;
}
.nw_text a:link, .nw_text a:visited, .nw_text a:sctive {
	color:#418AE1;
}
.nw_text a:hover {
	color:#123663;
}


/* ----- Forms ----- */
form {
	margin:0px;
	padding:0px;
}
.input {
	padding:3px;
	height:24px;
	border:1px solid #D5DBE2;
	font-family:Arial, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#858B92;
}
textarea {
	scrollbar-base-color: #D5DBE2;
	scrollbar-arrow-color: #D5DBE2;
	scrollbar-3dlight-color: #D5DBE2;
	scrollbar-darkshadow-color: #D5DBE2;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	padding:3px;
	border:1px solid #D5DBE2;
	font-family:Arial, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#858B92;
}
.button {
	padding:2px;
	height:24px;
	border:0px;
	font-family:Arial, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:#FEAD2D;
	cursor:pointer;
}

/* ----- Footer ----- */

.footer {
	font-family:Arial, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B1831F;
}
.footer a:link, .footer a:visited {
	color:#B1831F;
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	color:#B1831F;
	text-decoration:underline;
}