font,th,td,p { font-family: tahoma, arial, sans-serif; } 

BODY {
	scrollbar-base-color:#2E344B;
	scrollbar-darkshadow-color:#2E344B;	
	scrollbar-3dlight-color:#2E344B;
	scrollbar-arrow-color:#46526C;
	scrollbar-face-color:#2E344B;
	scrollbar-highlight-color:#A8B8C6;
	scrollbar-shadow-color:#A8B8C6;
	scrollbar-track-color:#21273E;
	background: #21273E;
	margin: 0;
}
.pbguy {
/*	background: fixed; */
	background-image: url(/i/pbguy01.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.pagebg {
	background: #21273E; /* fixed; */
	background-image: url(/i/bg.jpg);
	background-position: left top;
	background-repeat: repeat;
}
.pbsshotbg {
/*	background: fixed; */
	background-image: url(/i/sshotbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.shadow, .gif_shadow {
	background-position: left top;
	background-repeat: repeat-x;
}
.ie_shadow {
	background-image: url(/i/blank.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/shadow.png', sizingMethod='scale');
}
.gif_n {
	background-color: #2E344B;
}
.n {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url(/i/n.png);
}
.n_container {
	position: relative;
	width: 100%;
	height: 100%;
}
.ie_n {
	width: 100%;
	height: 100%;
	position:absolute; top:0px; /* left:0px; */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/n.png', sizingMethod='scale');
	z-index: -1;
}
.ie_nt {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/nt.png', sizingMethod='scale');
}
.ie_ntr {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/ntr.png', sizingMethod='scale');
}
.ie_ntl {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/ntl.png', sizingMethod='scale');
}
.gif_ntm, .ntm {
	background-color: transparent;
}
.ie_ntm {
	background-image: url(/i/blank.gif);
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/ntm.png', sizingMethod='scale');
}


a:link, a:active, a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #FFFFB4; text-decoration: none; }

font.mm { font-family: arial, sans-serif; font-weight: bold; font-size: 16px; }
a.mm:link, a.mm:active, a.mm:visited { 
	font-family: arial, sans-serif; font-weight: bold; font-size: 16px; 
	color: #FFFFFF;
	text-decoration: none;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
}
a.mm:hover {
	font-family: arial, sans-serif; font-weight: bold; font-size: 16px; 
	color: #A8B8C6;
	text-decoration: none;
	background-color: #606D87; 
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
}
a.mm_important:link, a.mm_important:active, a.mm_important:visited { 
	font-family: arial, sans-serif; font-weight: bold; font-size: 16px; 
	color: #FF0000;
	text-decoration: none;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
a.mm_important:hover {
	font-family: arial, sans-serif; font-weight: bold; font-size: 16px; 
	color: #590806;
	text-decoration: none;
	background-color: #606D87; 
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

a.sshot:link, a.sshot:active, a.sshot:visited { 
	color: #000000;
	border-color: #000000;
}
a.sshot:hover {
	color: #A8B8C6;
	border-color: #A8B8C6;
}

.mfont {
	font-family :Tahoma, Arial, sans-serif;
	font-size : 9px;
	font-style : normal;
	color : #CDCDCD;
	line-height : 13px;
}

.hfont {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	letter-spacing : 5px;
	color: #FFFFFF;
}

.h2font {
	font-weight: bold;
	color: white;
}

b.faqtitle { color: white; }
span.codeformat { font-family: monospace; font-size: 12px; }

input, textarea, select {
	background-color: transparent; /* #46526C; */
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #A8B8C6;
	border: 1px solid black;
}

input:hover, input:active, input:focus, textarea:focus, select:hover, select:focus {
	background-color: #46526C;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #A8B8C6;
	border: 1px solid #A8B8C5;
}

.profiletable {
	font-size: 12px;
}

.smallfont {
	font-size: 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 2; /* Set 1px less than menu width */
	top: 12px;
	display: none;
	z-index: 10;
	background: #46526C;
	padding: 4px;
	padding-top: 0px;
	border: 1px solid black;
}

/* Styles for Menu Items */
ul.dropdown li  {
	display: block;
	text-decoration: none;
	}
	
li:hover ul, li.over ul
{
	display: block;
        z-index: 10;
}

