body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #330066;
	background-image:  url("images/body/bg1.jpg");
	background-repeat: repeat-y;
}


h1{
 font: bold 140% Arial,sans-serif;
 color: #6b3b9b;
 margin: 0px;
 padding: 0px;
}
#lefttable {
	width: 160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6B3B9B;
	border-bottom-color: #6B3B9B;
	border-left-color: #6B3B9B;
}

#righttable {
	width: 179px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;a
	border-left-color: #CCCCCC;
}
.small_text {
  	font-size: 10px;
}

.small_text a:link{
	color: #660099;
	text-decoration: underline;
}
.small_text a:visited{
	color: #660099;
	text-decoration: underline;
}
.small_text a:hover{
    color: #FF0000
}
.smaller_text {
  	font-size: 10px;
}

.smaller_text a:link{
	color: #660099;
	text-decoration: underline;
}
.smaller_text a:visited{
	color: #660099;
	text-decoration: underline;
}
.smaller_text a:hover{
    color: #FF0000
}

.body_text {
  	font-size: 12px;
}
.body_text a:link{
	color: #660099;
	text-decoration: underline;
}
.body_text a:visited{
	color: #660099;
	text-decoration: underline;
}
.body_text a:hover{
    color: #FF0000
}
.body_text2 {
  	font-size: 12px;
}
.body_text2 a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.body_text2 a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.body_text2 a:hover{
    color: #FFFF00
}
.caption {
	font-size: 11px;
	color: #999999;
}

.top_head {
	font-size: 12px;
	color: #6b3b9b;
	font-weight: bold;
}

#break {
	height: 10px;
	width: auto;
}

