@charset "utf-8";
/* CSS Document */

clear {}

body {
	margin: 0px;
    padding: 0px;
	font-size:80%;
	background-color: #00F;
	background-image:url(img/BackTile.png);
	background-repeat:repeat;
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input {
font-family: Georgia, "Times New Roman", Times, serif;
}

table,th,td,input,textarea {
font-size:100%;
}

p {
	font-size:125%;
	color:#003;
}

img {
	overflow:hidden;
    border: 0;
    vertical-align: bottom;
}

span.footTxt {
	font-size:100%;
	color:#003;
}

.DarkBar {
	background-color: #00F;
}

.footTD {
	background-color: #00F;
	background-image:url(img/FootGrad.png);
	background-repeat:repeat-x;
	height:100px;
}

.topTD {
	background-color: #00F;
	background-image:url(img/TopGrad.png);
	background-repeat:repeat-x;
	height:20px;
}

.menuTD {
	background-color: #00F;
	background-image:url(img/MenuGrad.png);
	background-repeat:repeat-y;
	width:5px;
}

.menuVB {
	background-color: #06F;
	background-image:url(img/VertBr.png);
	background-position:left;
	background-repeat:repeat-y;
}

.LmainTD {
	background-color: #06F;
	background-image:url(img/VertBr.png);
	background-repeat:repeat-y;
	width:2px;
}

.RmainTD {
	background-color: #06F;
	background-image:url(img/iVertBr.png);
	background-repeat:repeat-y;
	width:20px;
}

.RmainTDc {
	background-color: #06F;
	background-image:url(img/iVertBr.png);
	background-repeat:repeat-y;
	width:2px;
}

.horLine {
	background-image:url(img/HorBr.png);
	background-repeat:repeat-x;
	background-color: #00F;
	height: 2px;
}

.iHorLine {
	background-image:url(img/iHorBr.png);
	background-repeat:repeat-x;
	background-color: #00F;
	height:2px;
}

td.nav {
text-align:center;
color:#6FF;
height: 30px;
vertical-align:middle;
background-color:transparent;
font-size:10px;
font-weight:bold;
}

.CLbord {
	background-image:url(img/CLbord.png);
	background-repeat:repeat-y;
	background-color: #3366FF;
	width:25px;
}

.CRbord {
	background-image:url(img/CRbord.png);
	background-repeat:repeat-y;
	background-color: #3366FF;
	width:25px;
}

.bCRbord {
	background-image:url(img/bCRbord.png);
	background-repeat:repeat-y;
	width:25px;
}

.bCLbord {
	background-image:url(img/bCLbord.png);
	background-repeat:repeat-y;
	width:25px;
}

.fCLbord {
	background-image:url(img/fCLbord.png);
	background-repeat:repeat-x;
	height:25px;
}

.MC {
	background-color:#3366FF;
}

.ImgR {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	float:right;
}

.iR {
	border:double;
	border-width:thin;
	border-color:#0FF;
}

.ImgL {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	float:left;
}

.iL {
	border:double;
	border-width:thin;
	border-color:#0FF;
}

h1 {font-size:x-large;margin-top:5px;font-weight:bold;}
h2 {font-size:large;margin-top:5px;margin-bottom:5px;font-weight:bold;}
h3 {font-size:120%;font-weight:bold;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

a.Mitem:link,a.Mitem:visited {text-decoration:none;color:#6FF;font-size:110%;}
a.Mitem:hover,a.Mitem:active {text-decoration:underline;color:#6FF;font-size:110%;}

a:link,a:visited {color:#69F;text-decoration:none;}
a:hover,a:active {color:#6CF;text-decoration:underline;}