/* Set the background of the page*/

body {
	background-color:#CCCCCC;
	/* this is a watermark
	background-image:url("images/learnit.gif");
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	*/
	background-image:url(images/sidebar.gif);
	background-attachment:scroll;
	background-repeat:repeat-y;
	background-position:left;
	margin-left:5px;
	color:#FFFFFF;
	
}

.style1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration:none;
}

.style2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.style3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align:center;
	color: #FFFFFF;
}

.style4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.style5 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
}

.style6 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration:none;
	
}

.style7 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
}

.style8 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}

.style9 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FF0000;
}

.style10 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}


h6 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
}

h5 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:13px;
	background-attachment:scroll;
	color: #FFFFFF;
}

h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	background-color: #000000;
	background-attachment:scroll;
	color: #FF0000;
}

h9 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
}

h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	background-color: #000000;
	background-attachment:scroll;
	color: #FFFFFF;
}


h1,h2 {
font-family:Verdana,Arial,Helvetica,sans-serif; 

}

a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0000ff;
		}

body,td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #000000;
		}


