body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	text-align: center;
	background-color: #dddddd;
}


.content {
	font-size: 12px;
}
.bggreen {
	background-color: #016334;
	font-size: 12px;
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #EC1B38;
}

.bgwhite {
	background-color: #FFFFFF;
	font-size: 12px;
}
.rdbkg {
	background-image: url(../images/img_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #016334;
}
.redbkg {
	background-color: #EC1B38;
}
.bgyellow {
	background-color: #FFB200;
}
.bottomlinks {
	font-size: 10px;
	background-color: #CCCCCC;
}
.bottomlinks a:link{
	font-size: 10px;
	color:#666666;
	background-color: #CCCCCC;
	text-decoration:none;
}
.bottomlinks a:visited{
	font-size: 10px;
	color:#666666;
	background-color: #CCCCCC;
	text-decoration:none;
}.bottomlinks a:hover{
	font-size: 10px;
	color:#666666;
	background-color: #CCCCCC;
	text-decoration:underline;
}.bottomlinks a:active{
	font-size: 10px;
	color:#666666;
	background-color: #CCCCCC;
	text-decoration:none;
}
.pagebg {
font:Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}a:hover {
	color: red;
	text-decoration: none;
}a:active {
	color: #006600;
	text-decoration: underline;
}

ul.ul_sitemap {
	float: left;
	margin: 20px;
	width: 250px;
	text-decoration: none !important;
	list-style-type: none !important;
}

ul.ul_sitemap li {
	text-decoration: none !important;
	margin-bottom: 10px;
	list-style-type: none !important;
}

ul.ul_sitemap h3 {
	color: #ec1b60;
	font-size: 1.2em;
	border-bottom: 1px solid #ffb200;
}

h2.h2_sitemap {
	font-size: 18px;
	margin: 10px;
	padding-bottom: 5px;
	color: #ec1b38;
	line-height: 1em;
	border-bottom: 1px solid #ffb200;
}

ul.ul_foot {
	list-style-type: none !important;
	display: inline;
	float: right;
	font-size: 12px !important;
	margin-top: 10px;
	margin-right: 5px;

}

ul.ul_foot li {
	list-style-type: none !important;
	display: inline;
	margin: 3px;
	font-size: 100%;
}


