body {
	margin: 0px;
	text-align: left;
	font-family: Tahoma, Arial, Sans-Serif, Helvetica;
	font-size: 11px;
}

table {
	text-align: left;
}

table.main {
	width: 700px;
	height: 100%;
}

table.menu {
	color: #FFFFFF;
	width: 170px;
	border: 1px solid white;
	margin-right: 10px;
}

tr.header {
	background-color: white;
}

tr.banner {
	height: 190px;
}

tr.content {
	height: 100%;
	text-align: top;
}

tr.footer {
	height: 10px;
	text-align: center;
	background-color: white;
}

td.footer {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif, Helvetica;
	font-size: 11px;	
}

a.menuitem:link { color: #ffffff; text-decoration: none; }
a.menuitem:visited { color: #ffffff; text-decoration: none; }
a.menuitem:hover { color: #464646; text-decoration: none; }
a.menuitem:active { color: #ffffff; text-decoration: none; }

div.outer {
	width: 100%; height: 25px;
	vertical-align: middle;
}

div.outer span {
	display: block;
	vertical-align: middle;
}

div.outer a:hover {
	background-image: none;
}

div.outer a:active {
	color: #ffffff;
}

div.outer a {
	display: block;
	width:100%; height:25px;
	text-decoration: none;
}


td.menuitem {
	border: 1px solid #ffffff;
	height: 25px;
	color: #ffffff;
	vertical-align: middle;
}

table.box {
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif, Helvetica;
        font-size: 11px;
}

td.box {
	background-color: #FFFFFF;
	padding: 5px;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif, Helvetica;
        font-size: 11px;
}

input {
	background-color: #FFFFFF;
        font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif, Helvetica;
	font-size: 11px;
	margin: 2px;		
}

textarea {
	background-color: #FFFFFF;
        font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif, Helvetica;
	font-size: 11px;
	margin: 2px;	
}

tr.error {
	text-align: center;
	color: red;
}

table.thickbox {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif, Helvetica;
        font-size: 11px;
}

h4 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif, Helvetica;
        font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

h5 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif, Helvetica;
        font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

p {
	margin-bottom: 10px;
}

