/* main page formats */

BODY.splash{
	background : #FFFFFF;
	scrollbar-3d-light-color : #00CCFF;
	scrollbar-arrow-color : #00CCFF;
	scrollbar-base-color : White;
	scrollbar-dark-shadow-color : Blue;
	scrollbar-face-color : #30A4AD;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #00ccff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 15pt;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

TABLE.splash {
	background-color : #30A4AD;
	border : none;
}

A.splashmenu:LINK {
	color : #FF0000;
	text-decoration : none;
}

A.splashmenu:VISITED {
	color : #FF0000;
	text-decoration : none;
}

A.splashmenu:ACTIVE {
	color : #FF0000;
	text-decoration : none;
}

A.splashmenu:HOVER {
	background-color : #CCCCCC;
	color : #FF0000;
	text-decoration : none;
}

.splashmenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : 800;
}

.splashfooter{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : italic;
	color : #808080;
	text-align : center;
	cursor : crosshair;
	line-height : 15pt;
}


/* typ page formats */
BODY{
	background : #CCCCCC none repeat-x;
	scrollbar-3d-light-color : #00CCFF;
	scrollbar-arrow-color : #00CCFF;
	scrollbar-base-color : White;
	scrollbar-dark-shadow-color : Blue;
	scrollbar-face-color : #30A4AD;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #00ccff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin : 5 5 5 5;
	padding : 5 5 5 5;
}

TABLE.main{
	width : 700px;
	border : 1px solid #333333;
	background-color : White;
}

TD.top{
	background : url(header.jpg) no-repeat left;
	height : 60px;
	background-color : #30A4AD;
}

TD.mainarea{
	height : 480px;
	vertical-align : top;
	padding-left : 10px;
}

TABLE.plain{
	border : none;
	width : auto;
}

A:LINK {
	color : #0000FF;
	text-decoration : none;
}

A:VISITED {
	color : #008080;
	text-decoration : none;
}

A:ACTIVE {
	color : #FF0000;
	text-decoration : none;
}

A:HOVER {
	color : White;
	text-decoration : none;
	background-color : #CCCCCC;
}

.title {
	font-family: Garamond;
	font-size: 16pt;
	font-style: normal;
	font-weight: 600;
	color: #003366;
	text-decoration: none;
	letter-spacing : 10pt;
	border: 1px solid Aqua;
	margin : 70px 0px 0px 20px;
}

.bodytext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	}

.bodytitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : 600;
}


.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : italic;
	color : #808080;
	text-align : center;
	cursor : crosshair;
	padding-top : 20px;
}
