
body {		
		color: #000;
		font-family: verdana, sans-serif;
		font-size: 9px;
		font-weight: normal;	
		background-repeat: repeat; 			
		}
a { 
		color: #000; 
		font-weight: normal; 
		text-decoration: underline; 
		background: none; 
		padding: 0px;
		}
a:hover, a:active { 
		color: #000; 
		font-weight: regular; 
		text-decoration: underline; 
		background: #FF0068; 
		padding: 0px;
		}
		
	img { border: none; } 
h1 { 
		color: #000;
		font-family: verdana, sans-serif;
		font-size: 9px;
		text-decoration: underline; 
		font-weight: bold;
		background: none; 
		padding: 0px;
		}

h2 { 
		font-family: verdana, sans-serif;
		font-size: 9px;
		color: #000; 
		font-weight: bold;
		background: none; 
		padding: 0px;
		}

.white { 
		font-family: verdana, sans-serif;
		font-size: 9px;
		color: white; 
		font-weight: bold;
		background: none; 
		padding: 0px;
		}
		
div.wrapper {
top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 353px;
  height: 100%;
vertical-align:middle;
}

#vertscroll {
overflow-x: hidden;
overflow-y: scroll;
position: relative; 
top:-397px; 
left:15px;
width: 281px; 
height: 335px;
}

staticFrame {
overflow-x: hidden;
overflow-y: hidden;
}