a {
	outline: none;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: 28px;
	letter-spacing: -0.02em;
	text-align: right;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: 18px;
}


.section {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #800000;
	font-weight: bold;
	font-size: 22px;
	display: block;
	border-bottom: #800000 3px solid;
	margin-top: 80px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}


.imagebox_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.imagebox_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

#menu_table img{ /* removes extra line-height in strict mode*/
	display: block;
}

.spec_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 362px; /*reduced from 365 for IE6 support*/
	border-collapse: collapse;
	background-color: #f4e8e8;
	margin-top: -10px;
	margin-bottom: 10px;
}

.spec_table.file {
	width: 750px;
}

.spec_table.config {
	width: 750px;
	margin-top: 10px;
}

.spec_table td {
	border-top: 1px solid #d7aeaf;
	padding: 5px;
	vertical-align: top;
}

/*
.spec_table.config td {
	border-right: 1px solid #d7aeaf;
}

.spec_table.config tr td:first-child {
	border-right: none;
}

.spec_table.config tr td.last-child {
	border-right: none;
}
*/

.spec_table tr:first-child td {
	border-top: 3px solid #800000;
}

.spec_table.config tr:first-child td {
	border-top: none;
	border-bottom: 3px solid #800000;
}

.spec_table.config tr.footer td{
	border-top: 3px solid #800000;
}

.spec_table tr td:first-child {
	background-color: #e1c4c3;
	width: 120px;
}

/* IE6 Hack for above rule */
* html .spec_table tr {
	behavior:expression(
		(this.firstChild.style.backgroundColor='#e1c4c3') &&
		(this.firstChild.style.width='120px') 
	);
}

.spec_table.config tr td:first-child {
	background-color: #e1c4c3;
	width: 160px;
}


.spec_table.config tr:first-child td.heading{
	font-size: 16px;
	font-weight: bold;
}

/* not yet supported by IE.  Get with the program, Microsoft!
.spec_table.file tr td:last-child {
	background-color: #ffffff;
	width: 200px;
}
*/

.spec_table.file tr td.last-child {
	background-color: #ffffff;
	width: 200px;
}

.spec_table ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.spec_list {
	list-style-position: inside;
	list-style-image: url(../images/black_arrow_12px.gif);
	padding: 12px 0px 12px 0px;
	margin: 0px;
}

.spec_list LI {
	margin-top: 3px;
}

.image_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 750px;
	border-collapse: collapse;
	margin-top: -10px;
	margin-bottom: 10px;
}

.image_table td {
	padding: 15px 5px 15px 5px;
	text-align:center;
}

.image_table a:link img{border: 1px solid #FFFFFF;}
.image_table a:visited img{border: 1px solid #FFFFFF;}
.image_table a:active img{border: 1px solid #FFFFFF;}
.image_table a:hover img{border: 1px solid #CCCCCC;}

