BODY, DIV#main {
	font-family :  Arial, Helvetica,  sans-serif;
	font-size : 12px;
	color:#333366;
	background-color : White;
}

INPUT {
	background-color: #FFFFFF;
	color: #333366;
	font-size: x-small;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: normal;
	
}


TD {
	font-family :  Arial, Helvetica,  sans-serif;
	font-size : 12px;
	color:#333366;
	background-color : White;
}

A:LINK {
	color: Blue;
}
.A {
	color: Blue ;
	background-color: #e9ebf5;
}

A:VISITED {
	color: Blue;
}

A:HOVER {
	color: Red;
}

INPUT.required-field { 
    color: #333366;
	background-color: #e9ebf5;
	font-size: x-small;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

SELECT.required-field { 
    color: #333366;
	background-color: #e9ebf5;
	font-size: x-small;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
TEXTAREA {
    color: #333366;
	background-color: #FFFFFF;
	font-size: x-small;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

H1 {
	font-family : Helvetica, Arial, sans-serif;
	font-size: large;
	font-weight: 199;
	color : #1F2077;
	background-color: #FFFFFF;
}
select {  
       font-size: xx-small; 
       color: #666666; 
       font-family: Tahoma, Arial, Helvetica
}

.Background {
       background-image: url(images/prnabg.jpg); 
       background-repeat: no-repeat; 
       background-attachment: fixed; 
       background-position: left top; visibility: visible; clip:  rect(   )
}
