﻿.body_0{
	background-color: #333333;
	background-image: url('../images/design/Page-BgTexture.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

.body0{
	
}

.body1{
	width: 756px;
	border: 2px solid #808080;
	background-color: transparent;
	background-image: url('../images/design/bgcontent2.png');
	background-repeat: repeat;
}

.body2{
	margin: 2px;
	width: auto;
	text-align:left;
}

.menu{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	margin: 0px 0px 3px 3px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
}
.menu a{
	padding: 5px;
	background-color: transparent;
	border: 1px solid #808080;
	background-image: url('../images/design/bgmenuitem.png');
	background-repeat: repeat;
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	display: inline-block;
	text-transform: capitalize;
	text-align: center;
}

.menu a:active {
	background-color: transparent;
}

.menu a:hover {
	background-color: orange;
}

a.mactive{
	background-color: orange;
}

a.mactive:hover{
	background-color: orange;	
}

.header {
	background-color: #666666;
	border: 1px solid #808080;
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
	border-collapse: collapse;
}

.content{
	padding: 15px 5px 5px 5px;
	color: #CCCCCC;
}

.content h1{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}

.content h2{
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.content h3{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content h4{
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.content p{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.content dd{
	text-align: justify;
}

.content a{
	color: #C26536;
}

.content a:hover{
	color: orange;	
}

.content a:active{
	color: #C26536;
}

.content blockquote{
	padding: 10px;
	background-color: #333333;
	border: 1px solid #666666;
}

.content img{
	border: 1px solid #333333;
}

.footer{
	background-color: #666666;
	border: 1px solid #808080;
	clear: both;
	color: #C0C0C0;
	text-align: center;
	line-height: 20px;
}

.footer a{
	color: #C0C0C0;
	text-decoration: none;
}

.footer a:hover{
	color: #C0C0C0;
}

.footer a:active{
	color: #C0C0C0;
}

div.bigimg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;	
	left: 0px;
	text-align: center;
	display: none;
	font-family: Verdana;
	font-size: 7pt;
}

div.bigimg .innerdiv{
	margin-top: 60px;
	padding: 0;
	background-color: transparent;
	border: 4px solid #333333;
	display: table;
	display: inline-block;
}

div.bigimg img{
}
