html {
	overflow-y:scroll;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	background-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #555555;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #555555;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #555555;
	scrollbar-base-color: #ffffff;
}
TABLE,TD,THEAD,TBODY {
	border: 0px solid #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;	
	color : #555555;	
}
A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #0C8CF0;
	text-decoration : underline;
	cursor: hand;
}
A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #0C8CF0;
	text-decoration : underline;
}
A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #0C8CF0;
	text-decoration : underline;
}
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #03C5C0;
	text-decoration : underline;
}
A:ACTIVE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #03C5C0;
	text-decoration : underline;
}

B {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 700;
	color : #555555;
	text-decoration : none;
}
I {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-weight : normal;
	color : #555555;
	text-decoration : none;
}
U {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #555555;
	text-decoration : underline;
}
P,SMALL,LI,UL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #555555;
	text-decoration : none;
}
STRONG {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 700;
	color : #555555;
	text-decoration : none;
}
EM {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-weight : normal;
	color : #555555;
	text-decoration : none;
}
.rot {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 700;
	color :  #F51410;
	text-decoration : none;	
}
.boxbold {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 700;
	color : #ffffff;
	text-decoration : none;	
}
.boxnormal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;	
}
SELECT.quick {
			background-color: #ffffff; 
			font-family: Verdana,Geneva,sans-serif; 
			color: #555555;
			font-size: 11px;
			text-decoration: none;
			font-style: normal;
			padding-top: 2px;
			padding-bottom: 2px;			
			width: 150px;
			height: 24px;					
			ruby-overhang: none;
			overflow: hidden;
}
INPUT.search {
			background-color: #ffffff; 
			font-family: Verdana,Geneva,sans-serif; 
			color: #555555;
			font-size: 11px;
			text-decoration: none;
			font-style: normal;
			padding-top: 2px;
			padding-bottom: 2px;			
			width: 100px;
			height: 19px;					
			ruby-overhang: none;
			overflow: hidden;
}