﻿html
{
	height: 100%;
}
    a{font-family:Tahoma;font-size:10px;color:Maroon;text-decoration:none;}
    a:hover{font-family:Tahoma;font-size:10px;color:Gray;text-decoration:none;}
    #solmenu a:link{font-family:Tahoma;font-size:10px;color:Gray;text-decoration:none;}
    #solmenu a:hover{font-family:Tahoma;font-size:10px;color:White;text-decoration:none;}
body
{
	font-family: Tahoma;
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	background-color: White;
	margin-left: 0;
	margin-top: 0;
	height: 100%;

}

.InfoAreaOutside
{
	border: solid 2px gray;
	background-color: White;
}

body{ color: #333; font: 10px 'Tahoma', Verdana, sans-serif;	}
	.style1 {font-size: 12px}
    .style2 {font-size: 14px; }
    .style3 {font-size: 10px}
    .style4 {font-size: 9px}
   



/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 250px;
height: 70px;
border: 1px solid black;
padding: 5px;
background-color: #ffcc66;
}
#pscroller2{
width: 250px;
height: 20px;
border: 1px solid black;
padding: 3px;
}
#pscroller2 a{
text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}