/* DEFAULT FONT */

.content,
.content p,
.content td,
.content th {
}

/* FONTS */
.content h1 {}
.content h2 {}
.content h3 {}
.content h4 {}
.content h5 {}
.content h6 {}

/* LINKS */

.content a:link,
.content a:visited,
.content a:hover,
.content a:active {
}

/* HR */

.content hr {
}

/* LISTS */

.content-box ul,ol{
	list-style-position: outside;
	margin-left: 0px;
	vertical-align: middle;
	list-style-image:url(../images/bullet.gif);
	line-height:22px;
	padding:5px 0px 0px 30px;
}
.content-box ul li,
.content-box ol li{
	margin: 0px;
	padding: 0px;
	list-style-image:url(../images/bullet.gif);
	line-height:20px;
}
/* FORMS */

.content form {
}
.content input {
	border:1px solid;
	margin-bottom:20px;
	padding:8px;
}
.content textarea {
	border:1px solid;
	padding:8px;
	margin-bottom:10px;
}
.content select {
	border:1px solid;
	padding:5px;
}
.content #submit{
	width:auto;
	border:2px solid;
	padding:3px 15px;
	cursor:pointer;
}


.content form table {
	width:100%;
}
.content form table tr td	 {
}
.content form table tr td:first-child {
	width:120px;
}

.highlight { font-size: 18px; color: #F2211C; }

h2.red { color: #EA2628; font-size: 22px; font-weight: bold; }

#lower-content .content-block p { font-size: 10px; }

.cr		{ color: #EA2628; }
.fsi	{ font-style: italic; }
.fs16	{ font-size: 16px; }
.fwb	{ font-weight: bold; }
