.background{
	background-repeat : no-repeat;
 }
 
 .block{
	background-image: none;
}

 .nrbackground{
	background-repeat : no-repeat;
 }

.rbackground{
	background-repeat : repeat;
}

.scrollwindow {
	overflow: auto;
	height: 290px;
	width:559px;
	scrollbar-face-color:#5678C2;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#003399;
	scrollbar-darkshadow-color:#003399;
	scrollbar-track-color:#EDEAE1;
	scrollbar-arrow-color:#003399;
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
} 

.H2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#003399;
	text-align: right;
	font-weight: bold;
	text-decoration : underline;
} 

.default {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003399;
	font-weight: normal;
} 

.justify {
	text-align: justify;
}

.padding25{
	padding-left : 25px;
	padding-right : 25px;
}

.padding15{
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
}

.padding8{
	padding-left : 8px;
	padding-right : 8px;
}

.txtwhite{
	font-family : "Franklin Gothic Book";
	font-size:10px;
	color:#FFFFFF;
	text-align: left;
	font-weight: bold;
	letter-spacing : 1px;
	line-height : 14px;
	text-decoration : none;
} 

.txtwhiteu{
	font-family : "Franklin Gothic Book";
	font-size:10px;
	color:#FFFFFF;
	text-align: left;
	font-weight: bold;
	letter-spacing : 1px;
	line-height : 14px;
	text-decoration : underline;
} 


.link{
	COLOR: #003399;
	font-size : 14px;
	TEXT-DECORATION: underline;
	font-family : Arial, Helvetica, sans-serif;
}

A.link:link {
	COLOR: #003399;
	TEXT-DECORATION: underline;
	font-weight : normal;
}
A.link:hover {
	COLOR: #5678C2;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
A.link:unhover {
	COLOR: #003399;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
A.link:vistited {
	COLOR: #003399;
	TEXT-DECORATION: underlinene;
	font-weight: normal;
}
