/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.bord_left {
	background-attachment: scroll;
	background-color: #990000;
	background-image: url(../Media/View/bord_Left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bord_right {
	background-attachment: scroll;
	background-color: #990000;
	background-image: url(../Media/View/bord_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodyback {
	background-attachment: scroll;
	background-image: url(../Media/View/bodyback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 10px;
}

a.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
a.mainmenu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 20px;
}