﻿
/* =Master Reset
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* =General Tags
---------------------------------------*/
body {
	background: white;
	text-align: center;
	margin: 0px 0;
	font: 10px Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
p {
	margin: 0 0 0 0px;
}
.col p {
	font-size: 1.1em;
	padding: 0 5px;
}
strong { font-size: 11px; }
ul {
	list-style-type: none;
}

/* =Layout
---------------------------------------*/
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#container .invisible
{
    visibility: visible;
    height: 1px;
    width: 1px;
    border: 0px;
    margin: 0px;
}
#footer {
	clear: both;
	text-align: right;
	height: 76px;
	background: url(images/footer.jpg) top left;
	padding: 5px 5px 0 0;
    color: #8D8281;
}

/* =Layout
---------------------------------------*/
.form div {
	display: block;
	margin-bottom: 0px;
}
input.image {
	float: left;
	margin: 0 0 0 0px;
}
div {
	margin-left: 0;
}	 

/* =Links
---------------------------------------
a, a:link {
	color: #8d0000;
}

a.onpage {
    font-weight: bold;
}

.error a {
	color: #ff9000;
}*/

/* =Left Menu Links
---------------------------------------*/
.class1 a:link  {color: Black; text-decoration: underline; font: Tahoma}
.class1 a:visited {color: Black; text-decoration: underline}
.class1 a:active {color: #9B3A2D; text-decoration: underline}
.class1 a:hover {color:#9B3A2D; text-decoration: underline}

/* =Tables
---------------------------------------*/
table {
	width: 100%;
	height:100%;	
	border: 0;
	margin-bottom: 1px;
}

 td {
	padding: 1px px;
	border: 0;
	/*border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	
}

td.last {
	border-right: 0;	
}


tr td {
	background: white;
	vertical-align: top;
	
}

tr.even td {
	background: #f7f7f7;	
	
}
