/* Copyright Comp-U-Help Computers, Incorporated.  All Rights Reserved. */

/*************************
 General Body Styles
*************************/
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.border {
	border-right: 1px solid #666666;
	border-left:1px solid #888888;
}

/*************************
 Text and Header Styles
*************************/
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
	font-size: 16px;
	color: #000000;
}

.one {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.two {
	font-size: 14px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.three {
	font-size: 10px;
}

.four {
	font-size: 11px;
}

.red {color: #FF0000}

.foot {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*************************
 Link Styles
*************************/
a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #0033CC;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

a:active {
	text-decoration: underline;
	color: #666666;
}

/*************************
 Tables, Divs
*************************/

