@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
	line-height: 1.2em;
	color: #666;
}

a {
	color: #BE0000;
	text-decoration: none;
}


a:link {
	text-decoration: none;
}

a:visited {
	color: #BE0000;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #666;
	text-decoration: none;
}

a.links-bold{
	color: #BE0000;
	text-decoration: none;
		
	font-weight:bold;
}

a.sub-nav{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
			color:#BE0000;
}

a.sub-nav:hover{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
			color:#666;
}

a.links-bold:hover{
	color: #999;
	text-decoration: none;
	font-weight:bold;
}

body{
	background-color: #FFF;
}

input, textarea, select, fieldset{
	border: 1px solid #CCC;
	padding: 4px;
	margin: 2px;
}

label{
	margin: 2px;
}

legend a{
	font-weight: bold;
}

dl{
	margin-top: 10px;
}
dl dd {
	margin:0 0 0.5em 1.5em;
}

dl dt a{
	font-weight: bold;
}

h1{
	font-size: 18px;
}

h1.title{
	background-color: #EEE;
	padding: 5px;
}

th{
	font-weight: bold;
	text-align: center;
	padding: 0;
}

tbody{
	border: none;
}

strong{
	font-weight: bold;
}

.resizable-textarea .grippie{
	margin-right: -13px !important;
}

