body, HTML{
	background-color:#222222;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-3dlight-color:#111111;
	scrollbar-arrow-color:red;
	scrollbar-track-color:#111111;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#444444;
	scrollbar-shadow-color:#111111;
}

.td_Dot_Hor {
	background-image:url(../images/dot_hor.gif);
	background-repeat:repeat-x;
	background-position:center
}

.td_Dot_ver {
	background-image:url(../images/dot_ver.gif);
	background-repeat:repeat-y;
	background-position:left
}


.td_img_right {
	background-image:url(../images/img_side-bg.gif);
	background-repeat:repeat-y;
	background-position:left
}

.td_img_bottom {
	background-image:url(../images/img_btm-bg.gif);
	background-repeat:repeat-x;
	background-position:top
}

/* Body Text Styles */

.body_text {
	font-family: Tahoma, "Arial Narrow", Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	line-height:1.4em
}
a.body_text:link {
	color: #999999;
	text-decoration:none;
	width: 100%;
	display: block;
	height: 100%;
}
a.body_text:visited {
	text-decoration:none;
	color: #999999;
	width: 100%;
	display: block;
	height: 100%;
}
a.body_text:hover {
	text-decoration:none;
	color: #FFFFFF;
	width: 100%;
	display: block;
	height: 100%;
}
a.body_text:active {
	text-decoration:none;
	color: #999999;
	width: 100%;
	display: block;
	height: 100%;
}


.body_text_Sml {
	font-family: Tahoma, "Arial Narrow", Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height:1.4em
}
a.body_text_Sml:link {
	color: #999999;
	text-decoration:none;
}
a.body_text_Sml:visited {
	text-decoration:none;
	color: #999999;
}
a.body_text_Sml:hover {
	text-decoration:none;
	color: #FFFFFF;
}
a.body_text_Sml:active {
	text-decoration:none;
	color: #999999;
}


/* Title Text Styles */


.title_text_Gray {
	font-family: Tahoma, "Arial Narrow", Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}

/* Arrow Style */

.bullet_Gray {
	font-family: Tahoma, "Arial Narrow", Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.bullet_White {
	font-family: Tahoma, "Arial Narrow", Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


/* Form Style */

.form_style_1 { 
	font-family: Tahoma, "Arial Narrow", Helvetica; 
	font-size: 11px; 
	font-style: normal; 
	color: #FFFFFF; 
	border: #666666;
	background-color:#333333;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding:3px;
}

#nav {
	float:right;
	font-family: Tahoma, "Arial Narrow", Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0.1em;
	line-height: 30px;
	display: block;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li{
	position: relative;
	display: inline;
	float: left;
}
#nav a {
	color: #999999;
	letter-spacing: 0.1em;
	height: 100%;
	width: 100%;
	display: block;
	text-decoration:none;
	padding: 0px 20px 0px 20px;
}

#nav a:hover  {
	display: block;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
	text-decoration:none;
}

#nav a.current {
	text-decoration:none;
	color: #FFFFFF;
}
