﻿body
{
	font-size: 12pt;
	font-family: Tahoma, Verdana;
	background-color: #e6ecec;
	margin-top: 0px;
	text-decoration: none;
}

 a:link
{
	color: #fafad2;
	font-weight: bold;
}      /* unvisited link */
a:visited
{
	color: #ffff99;
}  /* visited link */
a:hover
{
	color: #000000;
}  /* mouse over link */
a:active
{
	color: white;
}

/* a {	font-family: Tahoma;	color: #999999;	font-size: 11pt;	text-decoration: none;}
a:link {	color: #cccccc;	text-decoration: none; }
a.visited { color: #ff0000; text-decoration: none;  }
a.hover
{
	color: #ff0000;
	text-decoration: underline;
}
a.active { color: #cc0000; text-decoration: none; }
*/


.contentlayout
{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 3100px;
		background-repeat: repeat;
	background-attachment: scroll;
	background-image: url(../images/line1.jpg);

}

.contentlayout1
{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 3200px;
		background-repeat: repeat;
	background-attachment: scroll;
	background-image: url(../images/line1.jpg);

}
.contentlayout2
{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 7200px;
		background-repeat: repeat;
	background-attachment: scroll;
	background-image: url(../images/line1.jpg);

}


.header
{
	height: 160px;
	width: 990px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	position: absolute;
	background-image: url(../images/bgheader.jpg);
	background-repeat: no-repeat;
}
.menu
{
	height: 30px;
	width: 990px;
	margin-top: 130px;
	position: absolute;
	background-attachment: scroll;
	background-image: url(../images/lin2.jpg);
	background-repeat: repeat;

}
.content
{
	width: 990px;
	position: absolute;
	margin-left: 5px;
	margin-right: 5px;
	top: 170px;
	height: 2910px;
	background-attachment: scroll;
	background-image: url(../images/lin2.jpg);
	background-repeat: repeat;
}

.content1
{
	width: 990px;
	position: absolute;
	margin-left: 5px;
	margin-right: 5px;
	top: 170px;
	height: 3010px;
		background-attachment: scroll;
	background-image: url(../images/lin2.jpg);
	background-repeat: repeat;
}
.content2
{
	width: 990px;
	position: absolute;
	margin-left: 5px;
	margin-right: 5px;
	top: 170px;
	height: 7010px;
		background-attachment: scroll;
	background-image: url(../images/lin2.jpg);
	background-repeat: repeat;
}

.contentleft
{
	width: 150px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	height: 2000px;

}

.contentleft1
{
	width: 150px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	height: 3000px;

}
.contentleft2
{
	width: 150px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	height: 7000px;

}
.contentbody
{
	width: 830px;
	position: absolute;
	margin-left: 5px;
	margin-top: 0px;
	height: 2900px;
	overflow: auto;

}

.contentbody1
{
	width: 830px;
	position: absolute;
	margin-left: 155px;
	margin-right: 5px;
	margin-top: 0px;
	height: 3000px;
	overflow: auto;

}
.contentbody2
{
	width: 830px;
	position: absolute;
	margin-left: 155px;
	margin-right: 5px;
	margin-top: 0px;
	height: 7000px;
	overflow: auto;

}

.contentmenu
{
	width: 750px;
	position: absolute;
	margin-left: 125px;
	margin-top: 0px;
	height: 35px;
}


.contentright
{
	width: 150px;
	position: absolute;
	margin-left: 840px;
	margin-top: 0px;
	height: 1450px;

}


.multiV1
{
	width: 670px;
	position: relative;
	height: 390px;
	top: 20px;
	overflow: auto;
	
}


.labels
{
	font-size: 11pt;
	font-family: Tahoma, Verdana;
	font-weight: normal;
	color: #ffffcc;
}

.labelslarge
{
	font-size: 14pt;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	color: #fffacd;
}
.labelsXXlarge
{
	font-size: 24pt;
	font-family: 'Arial Black' , Tahoma, Verdana;
	font-weight: bold;
	color: #cc0000;
}
.controls
{
	border-right: #003d7d 1px outset;
	border-top: #003d7d 1px outset;
	border-left: #003d7d 1px outset;
	border-bottom: #003d7d 1px outset;
	background-color: #eeeeee;
	font-size: 10pt;
	font-family: Tahoma, Verdana;
	color: #003d7d;
}

/*       Content pages     ************************************************************************************* */



.panel
{
	border-right: #003d7d 1px outset;
	border-top: #003d7d 1px inset;
	border-left: #003d7d 1px groove;
	border-bottom: #003d7d 1px outset; 
	background-color: #f9f9f9;
	font-size: 10pt;
	font-family: Tahoma, Verdana;
	color: #000000;
	position: relative;
	overflow: auto;
}


