/* This style sheet controls elements of the standard content pages*/
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

/* Body selector aligns page properly*/
body {
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/_background.jpg);
	background-attachment: fixed;
	background-position:center top;
	Background-repeat:repeat-x;

}

.main_table {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width:900px;

	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	*/
	vertical-align: top;
	padding:2
}

.content_table {
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	width:93%;
	border: 0;
	height: 100%;
	padding: 4;

}

.content_table2 {
	background-color: #FFFFFF;
	font-family: Verdana;
	margin-left: auto;
	margin-right: auto;
	width:92%;
	border: 0;
	height: 95%
}
/* like content table2 but allowed to traverse 100%*/
.content_table100 {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	width:100%;
	border: 0;
	/* border-left-style: solid;
	border-right-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: thin;*/
}

.heading_wht_big {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
}
.heading_wht {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Verdana;
}
.heading_blk {
	color: #000000;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.heading_blu {
	color: #003399;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.heading_sub_blk {
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
.parag {
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	vertical-align: top;
}
.subtext_blu_bold {
	color: #003399;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}

.subtext_blu {
	color: #003399;
	font-size: 12px;
	font-family: Verdana;
}

.subtext_blk {
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}
.subtext_wht {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
}
.smtxt_blk{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.smtxt_wht{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
.smtxt_blu{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #003399;
	padding: 1;
}
.smtxt_red {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FF0000;
}

/* Link appearance  */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}

/* the end  */
.Afooter {
	font-family: Verdana;
	font-size: 10px;
	color: #003399;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.Hrule {
	width: 100%;
	height:1px;
	color: #FFFFFF;
}

