body {
	background-image: url(../img/mainbg.gif);
	background-color: #0e3192;
	background-repeat: repeat-x;
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link {
	color: #365cc6; 
	text-decoration: underline;
}
a:visited {
	color: #365cc6; 
	text-decoration: underline;
}
a:hover {
	color: #365cc6;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.myblue {
	color: #365cc6;
}
.myblue2 {
	color: #0e3192;
}
.mywhite {
	color: #ffffff;
}
.mygray {
	color: #333333;
}
.myred {
	color: #920e0e;
}
.myred2 {
	color: #fe0000;
}

.boldtext {
	font-weight: bold;
}

.bgbrue {
    background-position: 50% bottom;
    background-image: url(../img/title_bg5.gif);
    background-repeat: no-repeat;
    background-color: #0e3192;
}
.bgorange {
    background-position: 50% bottom;
    background-image: url(../img/title_bg5.gif);
    background-repeat: no-repeat;
    background-color: #f58840;
}
.infobg {
    background-position: 50% bottom;
    background-image:url(../img/online_info_bg.gif); 
	background-repeat: no-repeat;
}
.namebg {
	background-position: 50% bottom;
	background-image: url(../img/name_bg.gif);
	background-repeat: no-repeat;
}
.historybg {
	background-position: 50% bottom;
	background-image: url(../img/h_tablebg.gif);
	background-repeat: repeat-x;
}
.table6 {
	background-color: #0e3192;
}
.table7 {
	background-color: #baccff;
}
.table8 {
	background-color: #dde6ff;
}

table.cu{
    color: #000000;
    font-size: 9px;
    line-height: 1.5em;
}

table.cu td.style1{
    color: #365CC6;
    font-size: 12px;
}

table.cu td.sub   {
    padding: 0 0 0 5px;
}