.table
{
background-image:url(../Images/Background.gif);
background-position:265px 55px; 
background-attachment:inherit;
background-repeat:no-repeat;
}

.resume
{
	font-size: 12px;
}

.indent
{
margin-left:10px;
}



.bars {
    direction:left;
    scrollbar-3dlight-color;
           scrollbar-base-color:'red';
           scrollbar-darkshadow-color:'green';
           scrollbar-face-color:'blue';
           scrollbar-arrow-color: white;
           scrollbar-highlight-color:orange;
           scrollbar-shadow-color:darkbrown;
           scrollbar-track-color: pink;
           }



.main
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

}

.underline
{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.codeview  {width:500px; font-family:Arial, Helvetica, sans-serif; font-size:8pt; color: #FFFFFF; background-color:#000000;}

.legend {
	color: #0066FF;
	font-size: 13px;
}