body {
	background-color:#900;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px
}

.td_R-Dot_Ver {
	background-image:url(../images/dot-v_red.gif);
	background-repeat:repeat-y;
	background-position:center
}

.td_R-Dot_Hor {
	background-image:url(../images/dot-h_red.gif);
	background-repeat:repeat-x;
	background-position:center
}

.td_O-Dot_Ver {
	background-image:url(../images/dot-v_orange.gif);
	background-repeat:repeat-y;
	background-position:center
}

.td_O-Dot_Hor {
	background-image:url(../images/dot-h_orange.gif);
	background-repeat:repeat-x;
	background-position:center
}

.td_module_bg {
	background-color:#900;
	background-image:url(../images/module_bg.png);
	background-repeat:no-repeat;
	background-position:top center
}

.td_icon_bg {
	background-image:url(../images/icon_bg.png);
	background-repeat:no-repeat;
	background-position:top center
}

.td_title_bg {
	background-image:url(../images/title_bg.png);
	background-repeat:no-repeat;
	background-position:top center
}

.td_title_Hor {
	background-color:#c00;
	background-image:url(../images/table_bg.png);
	background-repeat:repeat-x;
}

.td_header_bg {
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-position:top
}

.td_Search_bg {
	background-image:url(../images/search_bg.png);
	background-repeat:no-repeat;
	background-position:top
}

/* Body Text Styles */

.body_text { font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height:1.4em
}
a.body_text:link {
	text-decoration:none;
	color: #666
}
a.body_text:visited {
	text-decoration:none;
	color: #666
}
a.body_text:hover {
	text-decoration:underline;
	color: #F90
}
a.body_text:active {
	text-decoration:none;
	color: #666
}


.body_text_Red { font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F00;
	line-height:1.4em
}
a.body_text_Red:link { 
	text-decoration:none;
	color: #F00;
}
a.body_text_Red:visited { 
	text-decoration:none;
	color: #F00
}
a.body_text_Red:hover { 
	text-decoration:underline;
	color: #F90;
}
a.body_text_Red:active { 
	text-decoration:none;
	color: #F00
}


.body_text_Orange { font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff9900;
	line-height:1.4em
}
a.body_text_Orange:link { 
	text-decoration:none;
	color: #ff9900
}
a.body_text_Orange:visited { 
	text-decoration:none;
	color: #ff9900
}
a.body_text_Orange:hover { 
	text-decoration:underline;
	color: #FF0
}
a.body_text_Orange:active { 
	text-decoration:none;
	color: #ff9900
}


.body_text_White { font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height:1.4em
}
a.body_text_White:link {
	text-decoration:none;
	color: #FFF
}
a.body_text_White:visited {
	text-decoration:none;
	color: #FFF
}
a.body_text_White:hover {
	text-decoration:underline;
	color: #FC0
}
a.body_text_White:active {
	text-decoration:none;
	color: #FFF
}

.body_text_Pink { font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f99;
	line-height:1.4em
}
a.body_text_Pink:link {
	text-decoration:none;
	color: #f99
}
a.body_text_Pink:visited {
	text-decoration:none;
	color: #f99
}
a.body_text_Pink:hover {
	text-decoration:underline;
	color: #FC0
}
a.body_text_Pink:active {
	text-decoration:none;
	color: #f99
}

.sml_text_White { font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	line-height:1.8em
}
a.sml_text_White:link {
	text-decoration:none;
	color: #FFF
}
a.sml_text_White:visited {
	text-decoration:none;
	color: #FFF
}
a.sml_text_White:hover {
	text-decoration:underline;
	color: #FC0
}
a.sml_text_White:active {
	text-decoration:none;
	color: #FFF
}

/* Menu Style */

#nav {
	float:right;
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	line-height: 45px;
	display: block;
}
#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#nav ul li{
	position: relative;
	display: inline;
	float: left;
	padding: 0px 4px 0px 4px;
}
#nav a {
	color: #FFF;
	height: 100%;
	width: 100%;
	display: block;
	text-decoration:none;
}

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

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

/* SUB-Menu Styles */

#sub-nav {
	float:left;
	font-family: "Comic Sans MS", cursive, Arial, Helveticass;
	font-size: 13px;
	font-weight: normal;
	display: block;
}
#sub-nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#sub-nav ul li{
	position: relative;
	display: inline;
	float: left;
	text-align:left;
	width:250px;
	background: transparent url(../images/dots.png) no-repeat 2px 8px;
	border-bottom: 1px dashed #900;
}

#sub-nav a {
	color: #FFF;
	height: 100%;
	width: 95%;
	line-height:25px;
	display: block;
	text-decoration:none;
	padding: 3px 0px 3px 15px;
}

#sub-nav a:hover  {
	display: block;
	width: 95%;
	color: #FC0;
	text-decoration:none;	
	background: #C00 url(../images/dots.png) no-repeat 2px -27px;
}

#sub-nav a.current {
	display: block;
	color: #FF9;
	text-decoration:none;
	width: 95%;	
	background: #C00 url(../images/dots.png) no-repeat 0px -27px;
}

#sub-nav2 {
	float:left;
	font-family: "Comic Sans MS", cursive, Arial, Helveticass;
	font-size: 13px;
	font-weight: normal;
	display: block;
}
#sub-nav2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#sub-nav2 ul li{
	position: relative;
	display: inline;
	float: left;
	text-align:left;
	width:250px;
	background: transparent url(../images/dots.png) no-repeat 2px 8px;
	border-bottom: 1px dashed #900;
}

#sub-nav2 a {
	color: #FFF;
	height: 100%;
	width: 95%;
	line-height:25px;
	display: block;
	text-decoration:none;
	padding: 3px 0px 3px 15px;
}

#sub-nav2 a:hover  {
	display: block;
	width: 95%;
	color: #FC0;
	text-decoration:none;	
	background: #C00 url(../images/dots.png) no-repeat 2px -27px;
}

#sub-nav2 a.current {
	display: block;
	color: #FF9;
	text-decoration:none;
	width: 95%;	
	background: #C00 url(../images/dots.png) no-repeat 0px -27px;
}


/* Title Text Styles */

.title_text_Orange { font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 24px;
	font-weight: normal;
	color: #F60;
}

.title_text_Gray { font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
}

.title_text_Red { font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 24px;
	font-weight: normal;
	color: #F00;
}

/* Title Text Styles */

.thick_text_Orange { font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 20px;
	font-weight: normal;
	color: #F90;
}

.thick_text_Gray { font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}

.thick_text_Red { font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 20px;
	font-weight: normal;
	color: #F00;
}

.thick_text_lite { font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}

.thick_text_White { font-family: impact, Arial, Helveticass;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	letter-spacing:0.05em
}

.thick_text_Yellow { font-family: impact, Arial, Helveticass;
	font-size: 24px;
	font-weight: normal;
	color: #FC0;
	letter-spacing:0.05em;
	padding-left: 10px
}

/* Arrow Style */

.arrow_Purple { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cc00cc;
	line-height:1.5em
}

.arrow_White { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.arrow_Orange { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}

/* Image Style */

.image_border {
	border: #C00;
	border-style: solid;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color:#FFFFFF;
}

/* Form Style */

.form_Textbox { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color:transparent;
	font-size: 11px; 
	font-style: normal; 
	color: #666;
	height: 15px;
	background-image:url(../images/textbox_bg.png);
	border-style: none; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	padding:10px 5px 7px 5px
}

.form_style_1 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #525b51;
	border: #dadada;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 4px
}
/* Scroller Style */

#marqueecontainer {
	position: relative;
	width: 260px;
	height: 100px;	/*marquee width */ 
	overflow: hidden	/*marquee height */
}

/* Buttons */

.go-but { cursor:hand; height:25px; background:url(../images/button_go.png) no-repeat center top; display:inline-block; width:50px;}
a.go-but:hover {	background-position:center -30px;}

.dashboard-but {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	cursor:hand;
	line-height:26px;
	height:26px;
	background:url(../images/button_orange.png) no-repeat left top; 
	display:inline-block;
	text-align:center;
	padding-left:0px;
	width:110px;
}
a.dashboard-but:hover {
	background-position:left -29px; color: #FFF; text-decoration:none
}
