/* CSS Document */
body {
	/*background-color: #F4F4F4; */
	background-image: url(images/bg.jpg);
	color:#4F4F4F;
	font-family: Trebuchet MS;
    font-size: 11px;
	 margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;

}
.bodywhite {background-color:#FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	color:#4F4F4F;
	font-family: Trebuchet MS;
    font-size: 11px;}

td {
	font-family: Trebuchet MS;
	font-size: 11px;
	background-repeat: no-repeat;
}
/*div*/
#announcement{ padding-top:0px; margin-top:0px; }
html>body #announcement{ padding-top:-4px; margin-top:-4px; }
#footer { background-color:#EEEEEE; width:770px; height: 60px; color:#5AA62E; }
#white { background-color:#ffffff; }
#banner { width: 545px; }
#left { width: 275px; float:left; clear:right; }
#right { width: 268px; float:right; border-left: 1px dotted #A3BB4C; }

/* Font size */
.font09 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }

/* Line height */
.lheight1 { line-height: 1em; }
.lHeight15 {line-height:1.5em; }
.lheight2 { line-height: 2em; }

/* Color */
.white { color: #FFFFFF; }
.black { color: #000000; }
.grey { color: #888888; }
.green { color:#5AA62E; }

/* border color, size, mode */
.bdrGrey { border: 1px solid #C3C3C3; }
.bdrDottedLeft { border-bottom: 1px dotted #92AF2A; }
.bdrTopOrange { border-top:3px solid #F28055; }
.bdrRightWhite { border-right:2px solid #ffffff; }
.bdrBottomWhite { border-bottom:2px solid #ffffff; }
.bdrBottomFooter { border-bottom:3px solid #C3C3C3; }

/* Margins */
.marginBottom00 { margin-bottom: 0px; }
.marginLeft00 { margin-left: 0px; }
.marginRight00 { margin-right: 0px; }
.marginTop00 { margin-top: 0px; }

.marginBottom03 { margin-bottom: 3px; }
.marginLeft03 { margin-left: 3px; }
.marginRight03 { margin-right: 3px; }
.marginTop03 { margin-top: 3px; }

.marginBottom05 { margin-bottom: 5px; }
.marginLeft05 { margin-left: 5px; }
.marginRight05 { margin-right: 5px; }
.marginTop05 { margin-top: 5px; }

.marginBottom10 { margin-bottom: 10px; }
.marginLeft10 { margin-left: 10px; }
.marginRight10 { margin-right: 10px; }
.marginTop10 { margin-top: 10px; }

.marginBottom15 { margin-bottom: 15px; }
.marginLeft15 { margin-left: 15px; }
.marginRight15 { margin-right: 15px; }
.marginTop15 { margin-top: 15px; }

.marginBottom20 { margin-bottom: 20px; }
.marginLeft20 { margin-left: 20px; }
.marginRight20 { margin-right: 20px; }
.marginTop20 { margin-top: 20px; }

.marginBottom25 { margin-bottom: 30px; }
.marginLeft25 { margin-left: 30px; }
.marginRight25 { margin-right: 30px; }
.marginTop25 { margin-top: 30px; }

/* Paddings */
.paddBottom00 { padding-bottom: 0px; }
.paddLeft00 { padding-left: 0px; }
.paddRight00 { padding-right: 0px; }
.paddTop00 { padding-top: 0px; }

.paddBottom03 { padding-bottom: 3px; }
.paddLeft03 { padding-left: 3px; }
.paddRight03 { padding-right: 3px; }
.paddTop03 { padding-top: 3px; }

.paddBottom05 { padding-bottom: 5px; }
.paddLeft05 { padding-left: 5px; }
.paddRight05 { padding-right: 5px; }
.paddTop05 { padding-top: 5px; }

.paddBottom06 { padding-bottom: 6px; }
.paddLeft06 { padding-left: 6px; }
.paddRight06 { padding-right: 6px; }
.paddTop06 { padding-top: 6px; }

.paddBottom10 { padding-bottom: 10px; }
.paddLeft10 { padding-left: 10px; }
.paddRight10 { padding-right: 10px; }
.paddTop10 { padding-top: 10px; }

.paddBottom15 { padding-bottom: 15px; }
.paddLeft15 {
	padding-left: 15px;
	border-bottom-width: thin;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	background-repeat: no-repeat;
}
.paddRight15 { padding-right: 15px; }
.paddTop15 { padding-top: 15px; }

.paddBottom20 { padding-bottom: 20px; }
.paddLeft20 { padding-left: 20px; }
.paddRight20 { padding-right: 20px; }
.paddTop20 { padding-top: 20px; }



.paddBottom25 { padding-bottom: 25px; }
.paddLeft25 { padding-left: 25px; }
.paddRight25 { padding-right: 25px; }
.paddTop25 { padding-top: 25px; }

/* Links */
a:link { text-decoration: none; color: #5AA62E; }
a:visited { text-decoration: none; color: #5AA62E; }
a:hover { text-decoration: none; color: #AED121; }
	
a.green:link { text-decoration: none; color: #5AA62E; }
a.green:visited { text-decoration: none; color: #5AA62E; }
a.green:hover { text-decoration: underline; color: #AED121;}

a.navi:link { text-decoration: none; color: #4F4F4F; }
a.navi:visited { text-decoration: none; color: #4F4F4F; }
a.navi:hover { text-decoration: none; color: #ffffff; background-color:#A8CF22;}

a.footer:link { text-decoration: underline; color: #888888; }
a.footer:visited { text-decoration: underline; color: #888888; }
a.footer:hover { text-decoration: underline; color: #949494;}

a.linkGrey:link { text-decoration: none; color: #888888; }
a.linkGrey:visited { text-decoration: none; color: #888888; }
a.linkGrey:hover { text-decoration: underline; color: #949494;}

/*List*/
.list { list-style-image: url(images/bullet.gif);}
.tablepadd10 {
	padding-left: 10px;
}
.fontBoldGreen {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #5AA62E;
	font-weight: bold;
}
.fontgreybig {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
.paddLeft12 {
	padding: 12px;
}
.textfield {
	font-family: "Trebuchet MS";
	font-size: 11px;
}
hr{
color:#cccccc;
width:85%;
text-align:center;
}
