
body, table, .menu, .title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

body, table, .text {
	background-color: ffffcc; 
	font-size:12px;
	color: black;
}

.small, .tableList, table.login, .footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.title {
	font-size:18px;
	font-weight: bold;
}

p.header, div.header {
	background-color: ff9900; 
	padding: 15px 0px 15px 0px;
	border-bottom: 2px #990000 solid;
}

h1 {
	font-size:18px;
	font-weight: bold;
	color: 990000;
	margin-top: 0;
	padding-top: 0;
}

li, ul {
	color:  990000;
	margin-top: 3px;
	padding-top: 0;
}

/* ----- LEFT ----- */

td.left {
	background-color: ffcc33; 
	padding: 60px 30px 0px 10px;
	color: black;
	font-weight: bold;
	border: 2px #990000 solid;
	border-left: none;
}

p.left {
	line-height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.left, a:visited.left, a:hover.left {
	font-size:13px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1px;
}

a.faq, a:visited.faq, a:hover.faq, .faq {
	font-size:11px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

/* ----- CENTER ----- */

td.center {
	padding: 20px 20px 20px 20px;
}

img.right {
   float:right;
}

/* ----- RIGHT ----- */

td.right {
	background-color: ffcc33; 
	padding: 60px 30px 0px 30px;
	color: 990000;
	font-weight: bold;
	border: 2px #990000 solid;
	border-right: none;
}

/* ----- FOOTER ----- */

p.footer, div.footer {
	background-color: ff9900; 
	padding: 20px 0px 20px 0px;
	border-top: 2px #990000 solid;
	color: white;
	font-weight: bold;
	text-align: center;
}

a.footer, a:visited.footer, a:hover.footer {
	color: white;
	text-decoration: none;
	font-weight: bold;
}