﻿/* CSS Document */

body{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: 30px;
	line-height: 18px;
	background-attachment: scroll;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
body.bg{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: 30px;
	line-height: 18px;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: none;
 	color: #2ba738;
	background-color: #FFFFFF;
}
a:visited{
	text-decoration: none;
}
td{
	padding-top: 10px;
	font-size: 10px;
}
td.nopadding{
	padding:  0px;
}
td.bottomborder{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	font-size: 10px;
}
td.bottomborder2{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
td.bbnp{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	font-size: 10px;
}
table.margin{
	margin-right: 10px;
	margin-left: 10px;
}
.navi{
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}
.name{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.page{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.title{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #930d13;
	width: 523px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
}
.title2{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #930d13;
	width: 523px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 1px;
	margin-right: 10px;
	margin-left: 10px;
}
.title3{
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	width: 523px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 1px;
	margin-right: 10px;
	margin-left: 10px;
}
#main{
	width: 543px;
	margin-right: auto;
	margin-left: auto;
}
