/***** BASIC STYLES *****/
body {
	/*background: url(img/bg.gif) #FFFFFF;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
}

td, p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5A6363;
}

img {
	border: 0px;
}

h3 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5A6363;
	font-weight: bold;
	margin: 11px 0px 12px 0px;
}

/***** LINK STYLES *****/
a:link {
	background: #E1E7E9;
	color: #666666;
	text-decoration: none;
}

a:visited {
	background: #E1E7E9;
	color: #999999;
	text-decoration: none;
}

a:hover {
	background: #C3D0D3;
	color: #666666;
	text-decoration: none;
}

a:active {
	background: #C3D0D3;
	color: #666666;
	text-decoration: none;
}

.download_w  {
	padding: 5px;
}

.download_g {
	background: #F1F2F3;
	padding: 5px;
}

.download_w a:link, .download_w a:visited {
	background: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.download_w a:hover, .download_w a:active {
	background: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.download_g a:link, .download_g a:visited {
	background: #F1F2F3;
	font-weight: bold;
	text-decoration: none;
}
.download_g a:hover, .download_g a:active {
	background: #F1F2F3;
	font-weight: bold;
	text-decoration: underline;
}


/***** WIZARD STYLES *****/
.wizard a:link, .wizard a:visited {
	background: #FFFFFF;
	color: #666666;
	text-decoration: none;
}
.wizard a:hover, .wizard a:active {
	background: #C3D0D3;
	color: #666666;
}
.selected {
	background: #C3D0D3;
	color: #666666;
}

/***** TEXT & BACKGROUND STYLES *****/
.normal {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #5A6363;
}

.grey_bg {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	background-color: #CED8D8;
}

.wizard_select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	background-color: #EBEEEE;
}

.red_bold {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #C70000;
}

.header {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #5A6363;
}
.ode {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin-left: 5px;
	line-height: 17px;
}
.tableheader {
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.whitebg {
	background: #FFFFFF;
}
.dark_greybg {
	background: #666666;
}
.whitetxt {
	color: #FFFFFF;
}
/***** FORM STYLES *****/
select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 250px;
}
INPUT.grey_big {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #CED8D8;
	width: 270px;
	height: 21px;
}
INPUT.grey {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #CED8D8;
	width: 200px;
	height: 21px;
}
INPUT.grey_small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #CED8D8;
	width: 152px;
	height: 21px;
}
SELECT.grey_bold {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	background: #CED8D8;
	width: 263px;
}
SELECT.grey_bold_small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	background: #CED8D8;
	width: 181px;
}
textarea.grey_textarea
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #CED8D8;
	width: 304px;
	height: 225px;
	scrollbar-face-color: #909999;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #525B5B;
    scrollbar-3dlight-color: #909999;
    scrollbar-arrow-color: #525B5B;
    scrollbar-track-color: #D0D0D0;
    scrollbar-darkshadow-color: #525B5B;
    scrollbar-base-color: #909999;
}
/***** MISC STYLES *****/
.row1 {
	background: #FFFFFF;
	padding: 5px;
}
.row2 {
	background: #F1F2F3;
	padding: 5px;
}
.margin5px {
	margin: 5px;
}
.intro {
	margin: 8px 0px 5px 0px;
}
.press {
	line-height: 18px;
}