/* 
Created by: Larry Daughenbaugh [ http://www.systemsynapse.com ] 

Feel free to edit and use any elements of the CSS in this document for your own.
All CSS was created by Larry Daughenbaugh unless otherwise noted.
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}
/* -------------------------------- Link Styles ------------------------------------------ */
a:link, a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
a:active, a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #93CBEE;
	text-decoration: none;
}
a.list:link, a.list:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #93CBEE;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
a.list:active, a.list:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #93CBEE;
	text-decoration: underline;
	padding-right: 2px;
	padding-left: 2px;
}
a.liston:link, a.liston:visited, a.liston:active, a.liston:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #93CBEE;
	text-decoration: underline;
	padding-right: 2px;
	padding-left: 2px;
}
/* -------------------------------- Form Elements ------------------------------------------ */
form {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
select, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #93CBEE;
}
/* ------------------------------------ Image Borders ------------------------------------ */	
img { border: none }
/* -------------------------------- Text Styles ------------------------------------------ */
