body {
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-image:  url("../images/bg.gif");
	background-repeat: repeat;
}

a {
	font-family: Arial;
	text-decoration: underline;
	font-size: 11.5px;
	color: #006600;
}

a:link {
	font-family: Arial;
	text-decoration: underline;
	font-size: 11.5px;
	color: #006600;
}

a:visited {
	font-family: Arial;
	text-decoration: underline;
	font-size: 11.5px;
	color: #006600;
}

a:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 11.5px;
	color: #333333;
}

.pwname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #006600}
	
a.pwname:link {
	font-weight: bold;
	color: #006600;
	text-decoration: none}
	
a.pwname:visited {
	font-weight: bold;
	color: #006600;
	text-decoration: none}	

.img_left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}


/* Text Style */
.subheader_1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #003366;
}

.subheader_2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #ffffff;
}

.subheader_3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #003366;
	top: 0px;
	position: relative;
	left: -3px;
}

.body_text {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11.5px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #336699;
}



/* Table Template */
.tb_white {
	background-color: #FFFFFF;	
}

.tb_left {
	background-image:  url("../images/tb_left.gif");
	background-repeat: repeat-y;
}

.tb_right {
	background-image:  url("../images/tb_right.gif");
	background-repeat: repeat-y;
}

.tb_bot {
	background-image:  url("../images/tb_bot.gif");
}

.divider {
	background-image:  url("../images/div.gif");
}

.tab_left {
	background-image:  url("../images/tab_left.gif");
}

.tab_right {
	background-image:  url("../images/tab_right.gif");
}

.tab_title {
	background-color: #003366;
}

.cnt_bg {
	background-color: #ccccff;
}

.cnt_cell {
	background-color: #ffffff;
}

/* Div Alignment */

#main_area {
	top: 17px;
	left:0px;
	position: relative;
	z-index: 1;
}
#criteria_area {
	top: 17px;
	left: 30px;
	position: relative;
	z-index: 1;
}

.main_bg_bottom {
	background-image:url(../../public_html/staging/images/bg_bottom.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}

