body {
	background-color: #280c72;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 11px;
}

td  {
	color : #ffffff;
	font-size: 11px;
	padding : 0px;
	margin: 0px;
}

ul, li  {
	list-style : disc outside;
}

div  {
	margin : 0em;
}

P  {
/*	text-align : justify;*/
	margin-top : 0px;
	margin-bottom : 10px;
}

H1  {
	font-size : 22px;
	font-stretch: condensed !important;
	font-weight : 200;
	color: #ffffff;
	text-align : right;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 5px;
}

H2  {
	font-size : 20px;
	font-weight : 200;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right: 20px;
	text-align : right;
	color: #ffffff;
}

H3  {
	font-size : 14px;
	font-weight : bold;
	margin : 0em;
	text-align : left;
	color: #c0c0c0;
}

H4  {
	font-size : 12px;
	font-weight : bold;
	margin-top: 0px;
}

a:link, a:visited  {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}

a:active  {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}

a:hover  {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}

.menu {
	font-family : Verdana, Arial, Helvetica, SansSerif;
	font-size : 12px;
	text-transform: uppercase;
	font-weight: bold;
	color : #ff0000;
	text-align: right;
}

table.menu td {
	border-bottom: solid 1px white;
	padding-top : 15px;
	padding-bottom : 0px;
	color : #ff0000;
	font-size : 12px;
}

table.menu td:hover {
	border-bottom: solid 1px white;
}

.menu:link{
	color : #ffffff;
	text-decoration : none;
	font-size : 12px;
}

.menu:visited{
	color : #ffffff;
	text-decoration : none;
}

.menu:active{
	color : #ffffff;
	text-decoration : none;
}

.menu:hover  {
	color : red;
	text-decoration : none;
}

.menu_s:link,.menu_s:visited,.menu_s:hover{
	font-size : 10px;
}

.vertline {
	border-right: solid 1px white;
}

.redvertline {
	border-right: solid 1px white;
	background-color: red;
}

.border{
	border: 1px solid red;
}

img.border {
	border: 1px solid #c0c0c0;
}

.map{
	border: 1px solid white;
}

.title{
	font-size : 12px;
	font-weight : bold;
}

td.title{
	font-size : 20px;
	font-weight : 200;
}

div.title{
	font-size : 12px;
	font-weight : bold;
	margin-right: 20px !important;
}

div.head{
	font-size : 11px;
	margin-right: 10px !important;
	margin-bottom: 10px;
	color: #c0c0c0;
	font-stretch: condensed !important;
	font-weight : 200;
}

img.head{
	border: none;
	position: relative;
	top: 15px;
	margin-right: 4px;
}
table.right {
	border: none;
}

table.right th {
	border-bottom: solid 1px white;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

table.first {
	border: 0px solid white;
	width: 250px;
}

table.first td {
	font-size: 10px;
}
table.first p {
	font-size: 10px;
}

table.first th {
	height: 15px;
	background-color: #f00000;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

a.first:link,a.first:visited,a.first:hover {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.date{
	font-size: 10px;
	text-transform: none;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
}


.borderbot{
	border-bottom: solid 1px white;
}

.description{
	margin-left: 5px;
	padding: 5px;
}

.main{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 12px;
}

td.main p {
	font-size: 14px;
	text-align: justify;
/*	margin: 20px;
	border: 1px solid white;
*/
}

.binner {
	empty-cells: show;
}

.lb {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 2px;
}

.l {
	border-right: 1px solid white;
	padding: 2px;
}

.b {
	border-bottom: 1px solid white;
	border-bottom: 1px solid white;
	padding: 2px;
}


ul.list {
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.list li {
	display: inline-block;
	zoom: 1;
	width:48%;
	padding:0;
	margin: 0 0 10px 0;
	min-height: 60px;
	*height: 60px;
	vertical-align: top;
}

ul.list li div {
	margin-left:60px;
	padding-right:10px;
}

ul.list li div.image {
	float:left;
	width: 50px;
	margin: 0;
}


