/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #660854;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #660854;
}
a:visited {
	color: #660854;
}
a:hover {
	color: #C70FE1;
}
a:active {
	color: #660854;
}
h1 {
	font-size: 16px;
	color: #660854;
}
h2 {
	font-size: 15px;
	color: #660854;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 13px;
	color: #660854;
}

.buttons{
	width:103px;
}

.buttons a{
	background-image:url(images/buttons_up.jpg);
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	width:103px;
	text-decoration:none;
	font-size:10px;
	color:#660854;
	padding-top:4px;
	height:32px;
	font-weight:bold;
	vertical-align:middle;
}

.buttons a:hover{
	background-image:url(images/buttons_down.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#main_body{
	padding:10px;
	line-height:150%;
	padding-top:20px;
	padding-right:20px;
}

#footer{
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	color:#660854;
	height:178px;
	vertical-align:top;
}

#footer1{
	color:#660854;
	text-align:right;
	padding-right:50px;
	font-size:12px;
	line-height:150%;
	vertical-align:bottom;
	height:70px;
}

#footer2{
	color:#FFFFFF;
	text-align:right;
	padding-right:5px;
	font-size:10px;
	height:100px;
	line-height:150%;
	vertical-align:bottom;
}

#footer2 a{
	color:#FFFFFF;
}

#page_border_left{
	background-image:url(images/page_bg_left.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

#page_border_right{
	background-image:url(images/page_bg_right.jpg);
	background-repeat:repeat-y;
	background-position:left;
}