/* Styles are stackable, so whatever gets set in body applies to everything below, unless you change it */
/* Sets margin, background image and color and default font styles */
body {
	margin: 0px;
	background: #ffc5a8 url(images/wsc_bgrep.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8F270B;
	font-size: 11px;
	line-height: 15px;
}

/* Adds padding spacing to the list elements */
li {
	line-heigh: 15px;
	padding-bottom: 5px;
}

/* Form Text */
.form {
	font-size: 13px;
	font-weight: bold;
}


/* Small Text below left navigation */
.smtxt {
	font-size: 8px;
}

/* Used for Headings */
h1 {
	font-size: 18px;
}

/* Used for Subheadings */
h2 {
	font-size: 16px;
}

/* links */

a:link {
	font-size: 10px;
	color: #8F270B;
	text-decoration:underline;
}
a:visited {
	font-size: 10px;
	color: #990000;
	text-decoration:underline;
}	
a:hover {
	font-size: 10px;
	color: orange;
	text-decoration:none;
}

/* footer links */
.footlink {
	color: #8F270B;
}

.footlink a {
	font-size: 10px;
	color: #8F270B;
	text-decoration:underline;
}
.footlink a:visited {
	font-size: 10px;
	color: #8F270B;
	text-decoration:underline;
}	
.footlink a:hover {
	font-size: 10px;
	color: #8F270B;
	text-decoration:none;
}

/* Red Text */
.red {
	color: #FF0000;
}

/* White Text */
.white {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Yellow Text */
.yellow {
	font-size: 20px;
	font-weight: bold;
	color: #ffff00;
}

/* Yellow Header */
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #FFCC00;
}
