* {
	padding: 0;
	margin: 1;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	margin: 2px 0;
}

.red {
	background: #ff0000;
}

.blue {
	background: #333399;
}

.fontRed {
	color: #ff0000;
}

.fontBlue {
	color: #333399;
}

.fontGreen {
	color: #008800;
}

.fontWhite {
	color: #FFFFFF;
}

.fontBlack {
	color: #000000;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

h2 {
	color: #000000;
	font-size: 12px;
	margin: 2px 0;
}

table.topLinks, table.bottomLinks {
	width: 800px;
	background: #333399;
	text-align: center;
	margin: auto;
	border: none;
}

table.topLinks td, table.bottomLinks td{
	height: 20px;
}

table.topLinks a, table.bottomLinks a{
	color: #FFFFFF;
	font-weight: bold;
}

table.topBanners {
	width: 800px;
	margin: 5px auto;
	border: none;
}

table.content {
	width: 800px;
	margin: auto;
	border: none;
}

table.content td.leftMenu {
	width: 198px;
	padding-top: 10px;	
}

table.content td.content {
	padding: 10px 10px 0 10px;
	text-align: justify;
}

table.content td.contentImage {
	padding: 0;
	text-align: center;
}

table.content td.rightMenu {
	width: 200px;
	padding-top: 10px;
}

table.box {
	width: 198px;
	margin: 0 auto 10px auto;
	border: 1px solid #ddd;
}

table.box td.header{
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-weight: bold;
}

table.box td.content{
	padding: 4px;
}

table.menuItems {
	width: 100%;
}

table.menuItems td {
	background: #ddd;
	font-weight: bold;
	height: 20px;
	padding-top: 1px;
	border: 1px solid #ccc;
	text-align: center;
}
.casdetails {
	float: left;
	padding-left: 5px;
	text-align: left;	
	height: 120px;
	width: 320px;
	border-left-style: solid;
	border-left-width: 1px;
}
.casdetails span { 
	color: #000000;
	font-weight: bold;
}
.cashead {	width: 120px;
	height: 120px;
	float: left;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000;
}
.casrow {border-top-style: solid; 
	border-top-width: 1px;
	border-top-color: #000;
	border-right-style: solid; 
	border-right-width: 1px;
	border-right-color: #000;
	border-left-style: solid; 
	border-left-width: 1px;
	border-left-color: #000;
}
.casrow-bottom {border-top-style: solid;
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 

	border-width: 1px;
	border-color: #000;
}
.casrow-top {border-bottom-style: none;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-top-style: solid; 

	border-width: 1px;
	border-color: #000;
}
.logo {width: 120px; 
	height: 120px;
	float: left;
}
.casmain {
	text-align: center; 
	text-align: -moz-center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.outter {
	border-style: solid;
	border-width: 1px;
	width: 450px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.head {
	border-bottom-style: none;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-top-style: solid; 
	border-width: 1px;
	border-color: #000;
	color: #ffffff;
	background: #333399;
	height: 27px;
	font-size: 14px;
	vertical-align: bottom;
	padding-top: 5px;
}