 #scrollup {
   position: relative;
   overflow: hidden;
   border: 1px solid #ccc;
   height: 185px;
   width: 390px;
   margin-left: 17px;
   margin-top: 17px;
 }
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 175px;
   width:380px;
   font-size: 10px;	
   font-family : Verdana;
   text-align:center;
 }
#addislaimer {
   border: 1px solid #ccc;
   width: 390px;
   margin-left: 17px;
   margin-top: 17px;
   font-size: 10px;	
   font-family : Verdana;
   padding: 10px;
   background-color: #ddd;
 }

text  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	color: #000000;
	text-align : justify;
	
}

.textjustify  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	color: #000000;
	text-align : justify;
}

.innercontent {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	color: #000000;
	text-align : justify;
	padding:20px;
}

.innercontentright {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	color: #000000;
	text-align : left;
	padding:20px;
}


.textcenter  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	color: #000000;
	text-align : center;
}

.textgreenheader  {
	font-size : 14px;
	font-family : Verdana;
	line-height : 15px;
	color: #00CC01;
	font-weight : bold;
	text-align : left;
}

.textright  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	color: #000000;
	text-align : right;
}

.text  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	text-align : left;
}

.textwhite  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	color: #ffffff;
}

.textwhitecenter  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	color: #ffffff;
	text-align : center;
}

.bolderrortext  {
	font-size : 11px;
	color : #FF6600;
	font-family : Verdana, sans-serif;
	font-weight : bold;
	line-height : 13px;
	}

.tinytext  {
	font-size : 9px;
	font-family : Verdana;
	line-height : 11px;
	text-align : left;
}

.justifiedsmalltext  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 15px;
	text-align : justify;
}

.smalltextcenter  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 16px;
	text-align : center;
}

.smalltextright  {
	font-size : 11px;
	font-family : Verdana;
	line-height : 16px;
	text-align : right;
}

.textleftwhite  {
	font-size : 12px;
	font-family : Verdana;
	color : #ffffff;
	line-height : 16px;
	text-align : center;
}

.smalltextleftwhite  {
	font-size : 11px;
	font-family : Verdana;
	color : #ffffff;
	line-height : 15px;
	text-align : center;
}

input {font-family: verdana, arial; font-size: 11px; color: #000000; background: #99CCFF}
select {font-family: verdana, arial; font-size: 11px; color: #000000; background: #99CCFF}
textarea {font-family: verdana, arial; font-size: 11px; color: #000000; background: #99CCFF}

.submitbutton {
	background-color:#00CC01;
	font-family : verdana, arial;
  	font-size : 11px;
	color: #000099;
}	

.radiobutton {
	background-color:#FFFFFF;
	
}	

a {color:#3399FF}

a:hover {color: #999999;}

a:visited {color: #CC0000;}
			
a.bluelink {
			font-size : 11px;
			font-family : Verdana, sans-serif;
			line-height : 15px;
			color : #3399FF;
            text-decoration: undeline; 
		   }
		   
a.bluelink:hover {
			color : #999999;
			text-decoration: undeline;
			}
		   
		   
			
a.blacklink {
			font-size : 11px;
			font-family : Verdana, sans-serif;
			line-height : 15px;
			color : #000000;
            text-decoration: undeline; 
			}
			
a.blacklink:hover {
			color : #ffffff;
			text-decoration: undeline;
			}
			
a.whitelink {
			font-size : 11px;
			font-family : Verdana, sans-serif;
			line-height : 15px;
			color : #ffffff;
            text-decoration: undeline; 			
			}
			
a.whitelink:hover {
			color : #000000;
			text-decoration: undeline;
			}
		   

			
a.greylink {
			font-size : 11px;
			font-family : Verdana, sans-serif;
			line-height : 15px;
			color : #999999;
            text-decoration: undeline; 
		   }
		   
a.greylink:hover {
			color : #3399FF;
			text-decoration: undeline;
			}
			
