html, body {
	background-image: url(/gfx/system/bg_grad.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
}
h1 {
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	color: #C60000;
	margin: 0;
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	color: #C60000;
	margin: 0;
	margin-bottom: 4px;
}
.nounderline {
	text-decoration: none;
}
.head_big {
	font-size: 15px;
	font-weight: bold;
	color: #C60000;
}
.txtbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #C60000;
}


.head {
	font-size: 13px;
	font-weight: bold;
	color: #C60000;
}
.subhead {
	font-size: 11px;
	font-weight: bold;
	color: #C60000;
}

p, table {
	margin: 0px;
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
	behavior:	url("/code/pngbehavior.htc");
}

.img_border {
	border: 1px solid #C60000;
}

a {
	color: #C60000;
	text-decoration: none;
}
a:hover {
	color: #C60000;
	text-decoration: underline;
}


/* Menu */
#Menu {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#Menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#Menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* SubMenu */
#SubMenu {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#SubMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#SubMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Info */
#Info {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#Info a {
	color: #FFFFFF;
	text-decoration: underline;
}
#Info a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nounderline_w {
	text-decoration: none;
	color: #FFFFFF;
}
.nounderline_10_w {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
.txt10 {
	font-size: 10px;
}
.txt11_grey {
	font-size: 11px;
	color: #999999;
}
.bg_top {
	background: url(/gfx/system/bg_top.png);
}

.bg_menu {
	background: url(/gfx/system/bg_menu.png);
}

.bg_shadow {
	background: url(/gfx/system/shadow.png);
}
.bg_bot {
	background: url(/gfx/system/bot_bg.png);
}
.underline {
	border-top: none #999999;
	border-right: none #999999;
	border-bottom: double #999999;
	border-left: none #999999;
}
.underline2 {
	border-top: 0px none #999999;
	border-right: 0px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 0px none #999999;
}
.txtboxAlert {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #990000;
	border: 1px solid #C60000;
}

