body{margin: 0;padding: 0;border: 0;overflow: hidden; height: 100%; max-height: 100%; 
background:white; color:#000000; font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-size:9pt;
}

BODY {SCROLLBAR-FACE-COLOR: #95A193; SCROLLBAR-HIGHLIGHT-COLOR: #95A193; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR:  #CC3333; SCROLLBAR-TRACK-COLOR: #f6f6f6; SCROLLBAR-DARKSHADOW-COLOR: #666666; }

#header{position: absolute; top: 0; left: 0; width: 100%; 
height: 58px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px; 
border-top:double 1px #9999CC;
border-bottom:dotted 2px #CC3333; 
background-color:#f6f6f6;
}

#maincontent{
position: fixed; 
top: 58px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.margin{
margin: 15px;
width: 550px /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 58px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
	
	a{color:#669999;text-decoration:none;font-weight:bold;}
	a:link{color:#669999;background-color:transparent;}
	a:visited{color:#9999CC;background-color:transparent;}
	a:active{color:#CC3333;background-color:transparent;}
	a:hover	{color:#336699;background-color:transparent;text-decoration:none;}


h1{background-color:transparent; margin:0px 0 0px 0; padding:0px 0px 0px 1%; border-top:solid 4px #333366; border-bottom:dotted 1px #999999; color:#CC3333; background:#f6f6f6; font-size:20px; font:regular 100% Verdana,Sans-Serif; letter-spacing:+5px;}

#description{padding:0px;margin:0px;; color:gray; background:transparent; font:regular  100% Verdana,Arial,Sans-Serif; font-weight:regular; font-size:11px; letter-spacing:+2px;}

#description a{padding:0px;margin:0px;width:100%;border:none;color:#cc3300;text-decoration:none; font-weight:normal;}
#description a:link{color:#999999;font-weight:normal;}
#description a:visited{color:#999999;font-weight:normal;}
#description a:active{color:#ff0000;font-weight:normal;}
#description a:hover{color:#CC3333;text-decoration:none;font-weight:normal;}

dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {margin-top: 0; padding-top: 0;	line-height: 1.5em;
	}	

h2	{font-size:	18px;}
	
h3	{font-size:	16px;}
	
h4  {font-size:	14px;}
	
h5	{font-size:	12px;}
	
h6	{font-size:	10px;}		

h2, h3, h4, h5, {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #CC3333;
	background-color: transparent;
	margin:	4px 15px 15px 15px;
	}
h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #CC3333;
	background-color: transparent;
	margin-top: 0; padding-top: 0;	line-height: 1.5em;
	}
img	{
		/* turns off gaps around images border:	0 */
	}

code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px dotted #000033;
margin:1px 0px 1px 0px;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 14px;
z-index: 100;
background-color: #f6f6f6;
width: 120px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #000033;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #333366;
color: #9999CC;
}
