@CHARSET "ISO-8859-1";
body {
	color: black; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	margin: 0px;
	padding: 0px;
}


.web2Main {
	background: transparent;
	width: 100%;
	height: 100%;
	margin-right: 10px;
	overflow: hidden;
}

.web2Header,.web2Footer {
    padding: 3px;
    background-color: #315984;
	background: url("../../protected/images/tall_blue_header.gif") repeat-x;
    color: white;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    line-height: 1.5em;
}

.window {
	height: 365px;
	width: 100%;
}

a.web2 {
	text-align: center;
    font-size: medium;
    font-weight: bold;
    line-height: 1.5em;
}

a.web2:link {
	color: white;
}

a.web2:visited {
	color: white;
}

a.web2:hover {
	color: yellow;
}

a.web2:active {
	color: white;
}
