/*  below is css for tables */

.menubkg {
color:#fff;
background-color:#00345A;
}
.checklist {
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: disc;
}
.small {
	font-size: small;
}
.xsmall {
	font-size: x-small;
}



.sitebkg {
background-color:#F2F4F7;
}

.whitebkg {
background-color:#Fff;
}

.menutop {
color:#fff;
background-color:#00345A;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

a.menutop {
color:#fff;
background-color:#00345A;
text-decoration:none;
}

.menutop a:hover {
color:#9AAFC2;
}

.middleborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CAD6DF;
	border-right-color: #CAD6DF;
	border-bottom-color: #CAD6DF;
	border-left-color: #CAD6DF;
}

.leftborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CAD6DF;
	border-right-color: #CAD6DF;
	border-bottom-color: #CAD6DF;
	border-left-color: #CAD6DF;
}


.footer {
color:#00345A;
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:smaller;
text-decoration:none;
}

a.footer {
color:#00345A;
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

.footerhr{
color:#ADBECE;
width:700px;}

.footer a:hover {
background:#fff;
color:#597793;
}

.footersub {
color:#7491AB;
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
text-decoration:none;
}

.footersub2 {
color:#ADBECE;
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
text-decoration:none;
}


.bold {
font-weight:bold;
}
.insetlist {
	list-style-position: inside;
	list-style-type: disc;
}


.header {
color:#000;
font-weight:bold;
font-size:medium;
font-family:Arial, Helvetica, sans-serif;
}

.main {
color:#000;
font-weight:normal;
font-size:smaller;
font-family:Arial, Helvetica, sans-serif;
}

.main2 {
color:#000;
font-weight:normal;
font-size:x-small;
font-family:Arial, Helvetica, sans-serif;
}

.sidemenu {
	color:#00345A;
	font-size:x-small;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

a.sidemenu {
color:#00345A;
text-decoration:none;
}

.sidemenu a:hover {
background:#fff;
color:#597793;;
}

a.link {
color:#597793;
text-decoration:none;}

a.plainlinklgtblu{
color:#ADBECE;
text-decoration:none;}

a.plainlink{
color:#00345A;
text-decoration:none;}
.drkbluebdr {
	border: thin solid #000066;
}
