body {
	background: url(../img/bg.gif) ;
	font-size: 12px;
	line-height: 22px;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	text-align: center;
	color: #262727;
	}

ul, li, input { margin:0; padding:0;}

li { list-style:none; }

a:visited {color: #000099; }
a:hover {color: #FF0000; }

img {border-style: none; }

strong { color:#000000; }

.txt10{ font-size:10px; }

.cap{ 
	font-size:10px; 
	line-height: 12px;
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFFFF;
	padding:8px 2px 8px 2px;
	text-align: center;
	}

.red{ color:#FF0000; font-weight:bold; }
.dre{ color:#BC3A20; }
.whi{ color:#FFFFFF; }
.yel{ color:#FF7F3C; }
.bla{ color:#000000; font-weight:bold; }
.ora{ color:#FF6600; font-weight:bold; }
.pnk{ color:#FF6699; }
.gra{ color:#D7D6CC; }
.pgr{ color:#666699; }
.lbl{ color:#086bbe; }
.bro{ color:#504029 }
.grn{ color:#008040 }
.blu{ color:#107DD6 }

#content h1 {
	padding:4px 6px 4px 6px;
	font-size: 14px;
	line-height:18px;
	color:#990000;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	text-align: left;
	background-color:#DEDCC6;
}

#content h2 {
	background:url(../img/list_check.gif) no-repeat 4px 4px;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	color: #990000;
	font-size:13px; line-height:16px;
	text-align: left;
	margin:10px 0px 10px 0px;
	padding:4px 4px 4px 18px;
}


.top { 
	font-size:10px; 
	font-weight:bold;
	text-align:right;
	margin:10px 0px 10px 0px;
}


.left { float:left; margin-right:10px; }
.right { float:right; margin-left:10px; }
.center { text-align:center; margin:10px 0px 10px 0px; }
.clear { clear: both; }

