body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E0F8FC;
	background-image: url(images/midbkg.jpg);
	background-repeat: repeat-x;
}

.bkgleft {
	background-image: url(images/leftbkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bkgright {
	background-image: url(images/rightbkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menubkg {
	background-image: url(images/menubkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.h1bkg {
	background-image: url(images/h1bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.module3bkg {
	background-image: url(images/module3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.module2bkg {
	background-image: url(images/module2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.mod2bkg {
	background-image: url(images/mod2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.content_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.style0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #84943B;
	font-size: 11px;
	font-weight: normal;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 21px;
	font-weight: bold;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFCC00;
	font-size: 21px;
	font-weight: bold;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	font-size: 21px;
	font-weight: bold;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 21px;
	font-weight: bold;
}

.h1 {
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	font-size: 30px;
	font-weight: bold;
}

.h3 {
	font-family: Georgia;
	color:#3399CC;
	font-size: 13px;
	font-weight: normal;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 14px;
	font-weight: bold;
}


/*..................................................................................

LINK

...................................................................................*/

.menulink:link{
	font-family: Georgia;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.menulink:visited{ 
	font-family: Georgia;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.menulink:hover{ 
	font-family: Georgia;
	font-size: 12px;
	color:#FFFFCC;
	font-weight: bold;
	text-decoration: none;
}

.menulink:active{ 
	font-family: Georgia;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}



.pagelink:link{

	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

.pagelink:visited{ 

	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

.pagelink:hover{ 

	color:#FF6600;
	font-weight: normal;
	text-decoration: underline;
}

.pagelink:active{ 


	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}