/* CSS Document */
body {margin:0px;
}
.menu {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFC92B;
	margin:0px;
	padding:5px;
}
h2 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #D40E07;
	margin:0px;
	padding:5px;
}
.sublink {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #D2542B;
	text-decoration: none;
	border: 1px solid #D4D4D4;
}
.sublink a {
	font-size: 12px;
	color: #D2542B;
	text-decoration: none;
}
.sublink a:hover {
	font-size: 12px;
	color: #D2542B;
	text-decoration: underline;
}

.brd {
	border: 1px solid #D4D4D4;
}
.alltext{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
	line-height:20px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}

.copyright {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.copyright a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.copyright a:hover {
	font-size: 12px;
	color: #D2542B;
	text-decoration: underline;
}

.left-right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
}

