@charset "UTF-8";
/* CSS Document */


.class1 A:link {text-decoration: none; color:#990000}
.class1 A:visited {text-decoration: none; color:#990000}
.class1 A:active {text-decoration: none; color:#990000}
.class1 A:hover {text-decoration: underline; color: #990000;}

.class2 A:link {text-decoration: underline; font-weight: bold; color:#000000}
.class2 A:visited {text-decoration: underline; font-weight: bold; color:#000000}
.class2 A:active {text-decoration: underline; font-weight: bold; color:#000000}
.class2 A:hover {text-decoration: underline; font-weight:bold; color:#990000;}


.headline {
	font-weight:bold; 
	text-decoration: underline; 
	color:#990000;
	margin: 10px 10px 10px 10px;
}

.headline2 {
	font-weight:bold; 
	text-decoration: none; 
	color:#990000;
	 
}


html {height:100%}

#bodyText{
	font-family: times;
}

img {border-style: none;}

table {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px;
}

#tableBgrd {
	float: inherit;
	background-image:url(images/bgrd2.gif);
}

#disclaimer {
	color:#FFFFFF;
	font-size:12px;
	line-height:1.5;	
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgrd.gif);
	background-attachment:fixed;
	height:100%
}


.column1 {
    float: left; 
	margin: 5px 0px 0px 0px; 
	width: 365px;
}

.column2 {
    margin: 0px 0px 0px 0px; 
	width: 365px;
}

p.bigmargin { margin: 0px 10px 10px 10px; text-align:left}

p.redBoxText {
	font-size:16px;
	margin: 10px 10px 10px 10px;
	text-align:center;
	line-height: 20px;	
}


table.infoTable{
	border: solid 5px #990000;
	width: 300;
}

#fullheight{height:100%}


#sunwing {
	z-index:1;

	position:relative;
	visibility:collapse;
	width:350px;
	background-color:#FFFFFF;
	
}