body
{
	margin: 0px ;
	color: #336699 ;
	font-family: verdana ;
 	font-size: 13px ;	
	background-color: #FFFFFF ;
}

body.introbody
{
    background-image: url(images/bgintro.jpg);
    background-repeat:repeat-x;
}

body.textpage
{
	margin-left: 20px ;
	margin-top: 20px ;
	margin-bottom: 10px ;
	margin-right: 10px ;
	background-image: url(background.jpg) ;
	background-position: center top; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: auto ;
}

table
{
	color: #336699 ;
	font-family: verdana ;
 	font-size: 13px ;	
}
	
p
{
 	color: #336699;
}

h1
{	
	color: #cc3333 ;
	font-size: 16px ;
	font-weight: bold ;
}

h2
{	
	color: #cc3333  ;
	font-size: 15px ;
	font-weight: bold ;
}

h3
{	
	color: #cc3333  ;
	font-size: 14px ;
	font-weight: bold ;
}

h4
{	
	color: #cc3333  ;
	font-size: 13px ;
	font-weight: bold ;
}

h5
{	
	color: #cc3333  ;
	font-size: 12px ;
	font-weight: bold ;
}

h6
{	
	color: #cc3333  ;
	font-size: 11px ;
	font-weight: bold ;
}

a
{
	color: #cc3333 ;
	text-decoration: none ;
}

a:visited
{
	color: #cc3333 ;
}

a:active
{
	color: #FF0000 ;	
}

a:hover
{
	text-decoration: underline ;
}
	
img
{
	border: 0px ;
}


