a:link {
	text-decoration: none;
	color: #330000;
}

a:visited {
	text-decoration: none;
	color: #FFFECB;
}

a:active {
	text-decoration: none;
	color: #FFFECB;
}

a:hover {
	text-decoration: none;
	color: #FFCC66;
}

a:link.nav {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited.nav {
	text-decoration: none;
	color: #FFFFFF;
}

a:active.nav {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.nav {
	text-decoration: none;
	color: #FFEFB5;
}

table {
    font-family: Tahoma, sans-serif;
	font-size: 12px
}

table.box { 
	border:1px solid #428ECE
}

td.title { 
	font-size: 14px;
	font-weight: bold;
}

td.small { 
	font-size: 10px;
	font-weight: bold;
	line-height: 150%
}

td.footer { 
	font-size: 10px;
	font-weight: normal
}

td.rule { 
	background: #CC9999; 
}

body {
	background-color: #FFFFFF;
	font-family: Tahoma, sans-serif; 
	font-weight: bold;
	text:#FF5959;
	margin: 0
}

h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0
}

p {
	font-family: Tahoma; 
	font-weight: bold;
	color:#000000
}

input.submit { 
	border:2px solid #CCCCCC; 
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	background-color:#EEE2E2
}

input.text { 
	border:2px solid #CCCCCC; 
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	background-color:#EEE2E2
}

select { 
	border:2px solid #CCCCCC; 
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	background-color:#EEE2E2
}

textarea { 
	border:2px solid #CCCCCC; 
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	background-color:#EEE2E2
}