.maintable {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0D0CF;
}
.mainmenu {
	background-color: #C6402C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
}
.mainmenu A{
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu A:HOVER{
	color: #FBC748;
}
.maintd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D0D0CF;
	background-image: url(gfx/back_main.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.submenu_back {
	background-color: #F6F5F5;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.submenu_table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDECEC;
	font-family: Arial, Helvetica, sans-serif;
	color: #918BC3;
	text-align: left;
}
.submenu_head {
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 6px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F4F3F3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F6F5F5;
}
.submenu_item {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDECEC;
}
.submenu_item A{
	color: #918BC3;
	text-decoration: none;
}
.submenu_item_subover {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDECEC;
}
.submenu_item_subover A{
	font-size: 13px;
	font-weight: bold;
	color: #918BC3;
	text-decoration: none;
}
.submenu_item_subover A:HOVER{
	font-size: 13px;
	font-weight: bold;
	color: #C6C2E0;
	text-decoration: none;
}
.newsmenu_table {
	font-family: Arial, Helvetica, sans-serif;
	color: #918BC3;
	text-align: left;
	border: 1px solid #FFFFFF;
}
.newsmenu_head {
	background-color: #EFEFEF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 6px;
}
.newsmenu_item {
	background-color: #FFFFFF;
	font-size: 10px;
	padding-left: 6px;
	padding-top: 4px;
}
.newsmenu_item A{
	color: #918BC3;
	text-decoration: underline;
}
.newsmenu_item A:HOVER{
	text-decoration: none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
	padding: 15px;
}
.content A{
	color: #918BC3;
	text-decoration: none;
}
.content A:HOVER{
	text-decoration: underline;
}
.breadcrumb{
	font-size: 11px;
	color: #666666;
    background-color: #F6F5F5;
    padding: 3px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.fptable {
	border: 1px solid #F0F0F0;
}
.fptblhead {
	background-color: #EFEFEF;
	border: 1px solid #FFFFFF;
	padding: 5px;
}
.fptblmain {
	background-color: #F4F4F4;
	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: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
}
