
body {
	margin-top: 0;
	margin-left: 15px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	}

p {
	color: #666;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	line-height: 16px;
	margin: 0 0 16px 0;
	}

h4	{
	color: #444;
	font-size: 11px;
	line-height: 16px;
	margin: 16px 0 0 0;
	font-weight: bold;
	}

ul	 {
	list-style-type: square;
	margin-left: 10px;
	padding-left: 5px;
	}


li {
	color: #666;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	line-height: 16px
	}

td {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	color: #666;
	font-size: 11px;
	vertical-align: top;
	}

table#topmenu {
	margin: 0;
	padding: 0;
	border: 0
	}

#topmenu td {
	margin: 0;
	padding: 0 30px 0 0
	}

.sidemenu {
	color: #ed1c2e;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	background: white url("../graphics/dotted-line.gif") repeat-x
	}

.dottedline {
	background: url("../graphics/dotted-line.gif") repeat-x;
	height: 1px
	}

#downloads {
	}

#downloads td {
	color: #666;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	line-height: 16px;
	vertical-align: middle
	}

.footer {
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	line-height: 12px
	}

a {
	color: #ed1c2e;
	font-weight: bold;
	text-decoration: none
	}

a:visited {
	color: #ed1c2e
	}

a:hover {
	color: black
	}

.header, h2 {
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	margin-bottom: 10px
	}

.newshead {
	color: #ed1c2e;
	font-weight: bold;
	text-decoration: none
	}

.installers td h2 {
	font-size: 14px;
	margin: 0 3px
	}

table.installers {
	margin: 30px auto;
	width: 440px
	}

.installers td {
	padding: 6px 14px;
	vertical-align: top;
	border-bottom: 1px dotted #999
	}

td.legend {
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: #ccc
	}

caption {
	text-align: left;
	padding: 5px 14px 20px
	}

/*	Forms
------------------------------------------------------------------ */
form	{
	margin: 1em 0;
	}


form div	{
	overflow: auto;
	margin: 0.5em 0 0.5em 20px;
	padding: 0.5em 0;
	border-bottom: 1px dotted red;
	}

form.standard fieldset	{
	border-top: 5px solid #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 1em 0;
	}

form.standard legend	{
	font-size: 1em;
	font-weight: bold;
	color: red;
	padding: 5px;
	}

form.standard label	{
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 3px;
	}

form.standard input, form.standard select, form.standard option 	{
	font-size: 1em;
	width: 200px;
	}

form.standard input, form.standard select	{
	border: 1px solid #333;
	}

form.standard textarea, form.standard select	{
	width: 300px;
	}

form.standard input.submit	{
	width: auto;
	margin-left: 0px;
	padding: 3px 5px;
	}

/* checkboxes */

form.standard fieldset fieldset	{
	border: 1px solid #ccc;
	padding: 0;
	}
	
form.standard fieldset fieldset br	{
	clear: left;
	}

form.standard fieldset fieldset legend	{
	color: #999
	}

form.standard label.checkbox	{
	width: 160px;
	margin: 3px 3px 3px 40px;
	float: left;
	}

form.standard label.checkbox input	{
	display: inline;
	margin: 0 10px 0 -30px;
	width: auto;
	position: relative;
	}

