a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: red;
}

a.splash:link {
	text-decoration: none;
	color: #ffffFF;
}
a.splash:visited {
	text-decoration: none;
	color: #ffffff;
}
a.splash:hover {
	text-decoration: underline;
	color: yellow;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000000;
}
.topx {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0099CC;
}
.top1b {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.top2b {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.top3b {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
.gradient-vb1 {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#ffffff')
	border: 1px solid #f8e0c7;
}
.gradient-vb2 {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#e8e8e8')
	border: 1px solid #f8e0c7;
}
.gradient-vt {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#e8e8e8', EndColorStr='#f0f0f0')
	border: 1px solid #f8e0c7;
}
.gradient-hr {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#ffffff', EndColorStr='#f0f0f0')
	border: 1px solid #f8e0c7;
}
.gradient-hrb {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#0099cc', EndColorStr='#ffffff')
	border: 1px solid #f8e0c7;
}
.grid-ba {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #ba6a29;
	border-bottom-color: #ba6a29;
	font-size: 9px;
}
.grid-ba2 {
	border-right-width: 1px;
	border-top-width: 1px;
	border-right-style: dotted;
	border-top-style: solid;
	border-right-color: #ba6a29;
	border-top-color: #ba6a29;
	font-size: 9px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #999999;
}
.list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #f8e0c7;
	border: 1px solid #999999;
}
.radio {
	border: 1px solid #999999;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f8e0c7;
	border-top: 1px outset #666666;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #666666;
}
.btm1blu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099cc;
}.r1blu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099cc;
}
.boxoverheader
{
	width: 375px;
	background: #F3F0E7;
	border: 1px solid #808080;
	font-weight: bold;
	padding: 5px;
	font-size: 10pt;
}
.boxoverbody
{
	width: 375px;
	background: #FFFFFF;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px;
	text-align: left;
	font-size: 10pt;
}  

/* @group Layout */

html {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	position: absolute;
}


#flashcontent {
	position: relative;
	width: 775px;
	height: 425px;
	margin: 30px auto 0;
}

#content {
	position: relative;
	display: block;
	width: 770px;
	padding: 5px 0;
	margin: 12px auto 0;
	background: #3c4144 url(text_bkgd.gif) no-repeat left bottom;
}

p img {
	padding: 0 12px;
}

/* @end */

/* @group Text */

p {
	font-size: 1em;
	padding: 0 12px;
}

a {
	color: #aaa;
}

/* @end */