@charset "utf-8";
/* CSS Document */

body {
	background-color: #7c7c7c;
}

.footer {
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: #FFFFFF; 
}

.links {
	font-family: "Trebuchet MS"; 
	font-size: 14px; 
	font-weight: bold;
	color: #3a64ac; 
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {
color: #003fac;
text-decoration: none
}

.tableborder {
            border-spacing: 0px;
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: #000000;
            border-right-color: #000000;
            border-bottom-color: #000000;
            border-left-color: #000000;

}
.righttable { border: 1px solid #4a8af6; }

.text {
	font-family: "Trebuchet MS"; 
	font-size: 14px; 
	color: #000000; 
}

.bulletright {color: #4A8AF6}

.bulletmain {
	font-size: 20px;
	color: #3a64ac;
	font-weight:bold;
	list-style-type: decimal;
}
li {
	font-family: "Trebuchet MS";
	list-style-type: square;
	color: #3A64AC;
	font-size: 20px;
	line-height: 1em;
}




.important {
	font-family: "Trebuchet MS"; 
	font-size: 14px; 
	color: #FF0000
}

.header {
	font-family: "Trebuchet MS"; 
	font-size: 18px; 
	font-weight: bold;
	color: #000000
}

.smheader {
	font-family: "Trebuchet MS"; 
	font-size: 16px; 
	font-weight: bold;
	color: #003fac; 
}

.smtitle{
	font-family: "Trebuchet MS"; 
	font-size: 14px; 
	font-weight: bold;
	color: #3a64ac; 
}
