/* pagestyle.css */
/* determines the style of the page viewed by a standard web browser */
/* written by Joshua Bridge */
/* http://www.xtypedesign.com */
/* ©2009 xtypedesign.com */

body{
	background-color:#000000;
	color:#ffffff;
	font-size:medium;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:0 0 0 0;
}
HR {
    height:1px;
    background:#ffffff;
   }
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}

.header{
height:196px;
}
.wrapper{
background-color:#000000;
	}

.contentwrapper{
width:750px;
background-color:#000000;
}
.title2{
font-size:medium;
font-weight:bold;
}
.news{
padding-top:100px;
}

.oddrows{
background-color:#59003A;
width:25%;

}
.evenrows{
background-color:#000000;
width:25%;
}
.tableborder{
border:thin solid #333333;
}
.loginbox {
background-color:#000000;
width:500px;
height:200px;
border:thin #666666 solid;
}
.strikeout {
	text-decoration: line-through;
}
.red{
color: #FF0000
}
.g_table_top{
	background-image:url(images/tbl_top_m.gif);
	background-repeat:repeat-x;
	vertical-align:top;
}
.g_table_mid{
background-image:url(images/tbl_bg.gif);
background-repeat:repeat-y;
}
.g_table_bottom{
background-image:url(images/tbl_bottom.gif);
background-repeat:no-repeat;
}
.g_table_t{
	margin:0 0 0 0;
	font-size:medium;
font-weight:bold;
	background-color:#000}
.g_table_c{
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/tbl_bg.gif);
background-repeat:repeat-y;
}