body { 
    background-color: #ffffcc;
	margin-top:0px;
}

body, td {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height:15px;
}

input, textarea, select,form,option {
    font-size: 12px;
	line-height:14px;
}

capsHeader {
	font-size:11px;
	font-weight:bold;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

a:hover {
	color: #FFCC00;
}
/* TABLES
table {
 padding:;
 margin:;
 border:;
}

td {
 padding:;
 margin:;
 border:;
}

*/

.norepeat {
	background: no-repeat;
}

.medium {font-size:12px;}

.small {
	font-size: 11px;
}

.big {
	font-size:14px;
}

.footer {
	font-size:11px;
	line-height:14px;
}

.ampersand {
	font-family:arial;
	font-size: 12px;
}

.promo {
	padding:0px 0px 0px 10px; 
}

.sidebar td {
	font-weight:bold;
	padding: 0px 0px 0px 5px;
} 

.sidebar td a {
	color: #000000;
	text-decoration:none;
}

.sidebar td a:hover {
	color: #000000;
	text-decoration: underline;
}

/* HEADERS 
----------*/
.head1, h1 {
	font-family:Arial;
	font-weight:bold;
	font-size:30px;
	line-height:30px; 
}
.head2, h2 {
	font-family:Arial;
	font-weight:bold; 
	font-size:24px;
	line-height:24px; 
}
.head3, h3 {
	font-family:Arial;
	font-weight:bold; 
	font-size:18px;
	line-height:18px;
}
.head4, h4 {
	font-weight:bold; 
}

.nospacing {
	padding:0px;
	margin:0px;
}

.hilite {
	background: #ffffcc;
}

/* FORMS
-----------------*/
.red_option {
	color:#990066;
}
	
.blue_option {
	color:#3366cc;
}

.required {
	color:#003399;
	font-weight:bold;
}

/* BULLETED LISTS
-----------------*/
li {
	list-style-type:disc;
	list-style-image: url(/assets/images/shared/gold_bullet.gif);
	list-style-position:outside;
	margin: 0px 0px 6px 0px;
}

ul, ol {
	margin-left: 30px;
	padding: 0px;
}

ul.normal li {
	list-style-type:disc;
	list-style-image:none;
}