	body {
		color: #660000;
		font-size: 12px;
		font-family: verdana, sans-serif;
		margin: 5px;
		text-align: left;
	}
	table {
		color: #000000;
		font-size: 12px;
		font-family: verdana, sans-serif;
	}
	#banner {
		background: #660000 url("../images/banner.gif");
		color: white;
		width: 800px;
		height: 79px;
		border: 1px solid #660000;
		border-bottom: 0px;
	}
	#menubar {
		width: 800px;
		height: 20px;
		text-align: center;
		border-left: 1px solid #660000;
		border-right: 1px solid #660000;
		border-bottom: 2px solid #660000;
		background: #CC3300 url("../images/sun1_01.jpg");
		padding: 0px;
	}
	#menubar table {
		float:left;
		width: 99px;
		height: 100%;
		color: #FFFFFF;
		text-align: center;
		font-family: verdana, sans-serif;
		font-size: 12px;
		border-right: 1px solid #660000;
		cursor: pointer;
	}
	#menubar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#menubar .selected {
		background: #FFCC00;
	}
	#menubar .selected a{
		background: #FFCC00;
		color: #000000;
		font-weight: bold;
	}
	#menubar .border-right {
		border-right: 1px solid #660000;
	}
	.welcome, #menubar .welcome {
		float:right; 
		width:220; 
		text-align:right; 
		cursor:default; 
		font-size:11px; 
		color:white; 
		border:0px;
	}
	#main {
		width: 800px;
		min-height: 460px;
		background: #FFFFFF url("../images/sun1_02.jpg") repeat-x top left;
		padding-bottom: 10px;
		border: 1px solid #660000;
		text-align:left;
	}
	#main h1 {
		font-size: 24px;
		font-family: Tahoma;
		font-style: italic;
		margin:20px 0px 10px 25px;
		line-height: 110%;
	}
	.cashramtv {
		font-weight: bold;
		color: #CC3300;
	}
	#footer {
		width: 800px;
		text-align:left;
		border: 1px solid #660000;
		padding: 2px 0px 4px 0px;
		color: #FFFFFF;
		background: #660000;
	}
	p {
		margin:0px 0px 8px 10px;
	}
	.info {
		font-weight: bold;
		color: blue;
	}
	.error {
		font-weight: bold;
		color: red;
	}