body {
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}


p, ul, li, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/* Link Styles -------------
---------------------------*/


a:link, a:visited {
	font-weight: bold;
	color: #3399CC;
}

a:hover, a:active {
	color: #000099;
}

/* Headers ----------
---------------------------*/

h1 {
	font-size: 1.7em;
	color: #6699CC;
}

h2 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	background-color: #6699CC;
}

/* Facebook & Twitter Links -----
---------------------------*/

#facebookPromo, #twitterPromo {
	position: relative;
	width: 170px;
	height: 53px;
	margin-bottom: 1.25em;
}


#facebookPromo a {
	display: block;
	height: 51px;
	background-image: url(badgeFacebook.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

#facebookPromo a:hover {
	background-image: url(badgeFacebook.jpg);
	background-repeat: no-repeat;
	background-position: 0 -51px;
}

#twitterPromo a {
	display: block;
	height: 51px;
	background-image: url(badgeTwitter.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

#twitterPromo a:hover {
	background-image: url(badgeTwitter.jpg);
	background-repeat: no-repeat;
	background-position: 0 -51px;
}


/* Special Text Classes -----
---------------------------*/

.small {
	font-size: .8em;
}

.blue {
	font-weight: bold;
	color: #6699CC;
}

/* Table Classes -----
---------------------------*/

.dottedRows td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* Image Classes -----
--------------------------*/

.bordered {
	margin: 0px;
	padding: 4px;
	border: 1px solid #333333;
}

.padded {
	margin: 8px;
}
