/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333399;
}
a:visited {
	color: #333399;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #333399;
}
h1 {
	font-size: 15px;
	color: #CC3300;
}

p{
	line-height:120%;
}

.buttons a{
	background-image:url(images/buttons_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
	padding-top:10px;
	text-align:center;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.buttons a:visited{
	color:#FFFFFF;
}

.buttons a:hover{
	color:#00CCFF;
}

.buttons_divider{
	background-image:url(images/buttons_bg1.jpg);
	background-repeat:no-repeat;
	width:6px;
}

#left_column{
	width:250px;
	padding-top:15px;
	vertical-align:top;
}

.left1{
	background-color:#F38400;
	height:16px;
	padding-top:2px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

.left2{
	background-color:#FFF6D6;
	padding-left:10px;
	padding-right:5px;
	font-size:11px;
	padding-bottom:5px;
	padding-top:5PX;
}

#main_body{
	padding-top:3px;
	padding-left:5px;
	padding-right:10px;
	vertical-align:top;
}

#footer{
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding:3px;
	color:#666666;
	font-size:10px;
}

.text11{
	font-size:11px;
	padding-bottom:3px;
}
