/* 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;
	margin-bottom: 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;
}
.style_outer_table {
   font-family: Verdana;
   width: 900px;
   height:100%;
   vertical-align: top;
   border: 0;
   margin-top:auto;
   margin-bottom:auto;
   margin-left: auto;
   margin-right: auto;
   background-color: #FFFFFF;
   border-bottom: 2px solid grey;
   border-right: 2px solid grey;
   border-left: 2px solid grey;  
}
.style_inner_table {
   font-family: Verdana;
   font-size: 12;
   width: 700PX;
   padding: 2;
   vertical-align: top;
   margin-left: auto;
   margin-right: auto;
   background-color: #FFFFFF;
   border-bottom: 1px solid grey;
   border-left: 1px solid grey;
   border-right: 1px solid grey;
   border-top: 1px solid grey 
}
.style_inner_table_menu {
   font-family: Verdana;
   font-size: 12;
   width: 700px;
   padding: 2;
   vertical-align: top;
   margin-left: auto;
   margin-right: auto;
   background-color: #FFFFFF;
   border-bottom: 1px solid grey;
   border-left: 1px solid grey;
   border-right: 1px solid grey;
   border-top: 1px solid grey
}    
.heading1 {
	color: #003399;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
    text-align: left;
}
.heading2_wht {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.heading3_blk {
	color: #000000;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
    text-align: right;
}
.heading3_blu {
	color: #003399;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold
}
.subtext1 {
	color: #003399;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}

.subtext2 {
	color: #003399;
	font-size: 12px;
	font-family: Verdana;
}
.subtext3 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
    text-align: left;
}
.subtext3_centered {
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-family: Verdana;
}
.subtext3_left {
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-family: Verdana;
}
.subtext3_right_bold {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-family: Verdana;
}
.subtext4 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana;
}
.smtxt_blk{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
    width: 0%;
    text-align: left;
}
.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: #003366;
	padding: 1;
}
.smtxt_red {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FF0000;
}
a:link {
	color: #336699;
	text-decoration: none;
    text-align: center;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}