	BODY {
		margin : 0px 0px 0px 0px;
		padding-bottom : 0px;
		padding-left : 3%;
		padding-right : 3%;
		padding-top : 10px;
		background-color: #b0c4de;
	}

	h1 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : medium;
		color: #495F9F;
		margin-bottom: 0px;
	}

	h2 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : small;
		color: #495F9F;
		margin-bottom: 0px;
	}

	h3 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : x-small;
		color: #495F9F;
		margin-bottom: 0px;
	}

	.h2 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : small;
		font-weight: bold;
		color: #495F9F;
		margin-bottom: 0px;
	}

	.navi {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		color: #ffffff;
		background-color: #495F9F;
		line-height: 18px;
		text-align: center;
		font-weight: bold;
	}

	.naviorange {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		color: #ffffff;
		background-color: #ffa500;
		line-height: 18px;
		text-align: center;
		font-weight: bold;
	}

	a.navi {
		text-decoration: none;
		color: #ffffff;
		background-color: #495F9F;
	}

	a:hover.navi {
		text-decoration: none;
		color: #ffffff;
		background-color: #ffa500;
	}

	a {text-decoration: none;color: #495F9F;}


	td.headertext {
		background-image : url(images/header_text.html);
		height : 60px;
		background-repeat : no-repeat;
	}

	td.header {
		background-image : url(images/header.html);
		height : 60px;
		background-repeat : repeat-x;
	}

	td.headerside {
		background-image : url(images/header_left.html);
		height : 60px;
		background-repeat : no-repeat;
	}

	td.rightcontent {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		text-align : left;
		color: #495F9F;
		background-color: #EFF4F7;
	}

	td.naviunder {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		text-align : center;
		background-color: #ffffff;
		
	}

	td.rightunder {
		background-image : url(images/right_bg.html);
		background-color : White;
		background-repeat : repeat-y;
		height : 100%;
	}
	
	td.content {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		text-align : justify;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		background-color: #ffffff;
	}
	td.listing {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		text-align : left;
	}
	td.bluevert {
		background-color: #000080;
		width: 1px;
	}
	td.whitevert {
		background-color: #ffffff;
		width: 1px;
	}

	td.plain {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		text-align : justify;
		background-color: #ffffff;
	}
	
	.form_login {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 9px;
		height : 16px;
	    border: 1px solid #a5a3a0;
		padding-left: 2px;
		width: 100px;
	}
	
	.form_button {
		background-color : Maroon;
		color : #EAE19D;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight : bold;
		border-left-color : #cc0000;
		border-top-color : #cc0000;
		border-bottom-color : #330000;
		border-right-color : #330000;
		cursor: pointer;
	}
	
	.form_field {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
	    border: 1px solid #a5a3a0;
		padding-left: 2px;
		background-color: #edf3f3;
	}

	.form_textarea {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
	    border: 1px solid #a5a3a0;
		padding-left: 2px;
		background-color: #edf3f3;
		width: 500px;
	}

	.form_button {
		background-color : #CBD7F9;
		color : #495F9F;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
		border-left-color : #E4EAFC;
		border-top-color : #E4EAFC;
		border-bottom-color : #ADC0F6;
		border-right-color : #ADC0F6;
		cursor: pointer;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.pending {
		font-weight: bold;
		color: #ff0000;
	}

