HTML, BODY, TD {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}

H1 {
	font-size: 16px;
	color: #206DD9;
	display: inline;
}

H2 {
	font-size: 14px;
	display: inline;
}

H3 {
	font-size: 12px;
	display: inline;
}

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size13 {
	font-size: 13px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

ul#nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul#nav li {
		float: left;
		margin: 0;
		padding: 0 5px;
		/* border-left: 1px solid #fff; */
		font: normal 10px/20px Helvetica, Arial, sans-serif;
		color: #fff;
	}
		ul#nav li a {
			color: #fff;
		}
		ul#nav li.first {
			border-left: 0;
		}
		ul#nav li #facebook {
			width: 90px;
			height: 20px;
		}

.header {
	font-size: 18px;
	font-weight: bold;
	color: #005AB4;
}

.subheader14 {
	font-size: 14px;
	font-weight: bold;
	color: #206DD9;
}

.subheader12 {
	font-size: 12px;
	font-weight: bold;
	color: #206DD9;
}

.subheader11 {
	font-size: 11px;
	font-weight: bold;
	color: #206DD9;
}

.subheader10 {
	font-size: 10px;
	font-weight: bold;
	color: #206DD9;
}



.suborange14 {
	font-size: 14px;
	font-weight: bold;
	color: #FAA300;
}

.suborange12 {
	font-size: 12px;
	font-weight: bold;
	color: #FAA300;
}

.error {
	font-weight: bold;
	color: #E60E27;
}

.errorheader {
	font-size: 18px;
	font-weight: bold;
	color: #E60E27;
}


.placardHeader {
	font-size: 12px;
	font-weight: bold;
	color: #206DD9;
}

.footer {
	font-size: 10px;
	color: #666666;
}

.shadow {
	background-image: url(http://www.scriptbuddy.com/images/homepage/shadow.gif);
	width: 100%;
	height: 10;
}


A:link {
	color:#005AB4;
	text-decoration: underline;
}

A:visited {
	color:#005AB4;
	text-decoration: underline;
}

A:active {
	color: #00468C;
	text-decoration: underline;
}

A:hover { 
	color:#00468C;
	text-decoration: underline;
}

A:link.headerlink, A:visited.headerlink {
	font-size: 10px;
	color: #fff;
}

