body { 

	font-family:Arial,Verdana,Sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color:#dbdbdb;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
}


a:link {
	color:#0005bc;
	text-decoration:none;
}

a:visited {
	color:#0005bc;
	text-decoration:none;
}

a:active {
	color:#0005bc;
	text-decoration:none;
}

a:hover {
	color:#6d70ff;
	text-decoration:underline;
}


.window {
	background-image: url(images/banner.png); 
	background-repeat: no-repeat;
	background-color: white;
	padding: 0px;
	border: solid #788393;
	border-width: 0px 1px 0px 1px;

}



.menu {

	background-image: url(images/gradientback.png); 
	background-repeat:repeat-x;
	/*background-color: #98a7de;*/
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border:0px;
	padding:0px;

	font-size:10px;
	color:black;
	text-decoration:none;
}

.menu a:link {
	font-size:10px;
	color:black;
	text-decoration:none;
}

.menu a:visited {
	font-size:10px;
	color:black;
	text-decoration:none;
}

table.menuTable {
	border-color: #98a7de;
	border-width: 1px;
	border-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.menuTable td {
	
	border-style: none;
	border-width: 0px;
        padding:0px;
	font-size: 10px;
	border-spacing: 0px;
	
}

table.menuTable a:link {
	color:black;
	text-decoration:none;

}

table.menuTable a:visited {
	color:black;
	text-decoration:none;

}

table.menuTable a:hover {
	color:#2f2f73;
	text-decoration:none;

}



.menuHeader a:link {

        background:url(images/gradientback.png);
        height:20px;
	width:200px;
	display:block;
	line-height:20px;

}

.menuHeader a:visited {

        background:url(images/gradientback.png);
        height:20px;
	width:200px;
	display:block;
	line-height:20px;


}

.menuHeader a:hover {

        background:url(images/menugradient1.png);
        height:20px;
	width:200px;
	display:block;
	line-height:20px;


}

.subMenu a:link {

	background:url(images/menugradient3.png);
        height:20px;
	width:200px;
	display:block;
	line-height:20px;


}

.subMenu a:visited {
	background:url(images/menugradient3.png);
        height:20px;
	width:200px;
	display:block;
	line-height:20px;


}

.subMenu a:hover {
	background:url(images/menugradient2.png);
        height:20px;
	width:200px;
	display:block;
	line-height:20px;


}


.sideMenu {
	font-size:12px;
}

.smallprint {
	font-size:10px;
}

.menuButton {
	border-width:1px;
	border-style:outset;
	font-size: 10px;	
}

.menuButton a:link {
	color:black;
	text-decoration:none;
}

.menuButton a:visited {
	color:black;
	text-decoration:none;
}

.menuButton a:hover {
	color:#2f2f73;
	text-decoration:none;
}


b,h1,h2,h3,h4 {
	color: #362e63;
	font-family:Arial,Verdana,Sans-serif;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 16px;
}

h3,li,ul,td
{
	font-size: 14px;
}


li,ul {
	list-style-image:url(images/dot.png);
}

pre
{

font-family:monospace;
}



@media print {

.noprint {
	display:none;
}

}

@media screen {
.noscreen {
	display:none;
}

}