td.title
	{
		background   : url(../images/bg_title.jpg) repeat-x;
	}

.navi
	{
		background   : url(../images/bg_navi.jpg) repeat-y;
		padding      : 10px;
	}

td.textbox
	{
		background	 : #0066AF;
		color		 : #FFFFFF;
		font-weight	 : bold;
		padding-left : 20px;
	}
	
.content
	{
		padding      : 10px;
	}

.error
	{
		font-weight	 : bold;
		color		 : #ED1459;
	}

a.main_nav
	{
		font-family     : Verdana;
		font-size       : 12px;
		font-weight     : bold;
		color           : #000000;
		text-decoration : none;
	}
	
a.sub_nav
	{
		font-family     : Verdana;
		font-size       : 11px;
		font-weight     : bold;
		color           : #000000;
		text-decoration : none;
	}

a.high
	{
		text-decoration : none;
		color			: #0066AF;
	}

a.textlink
	{
		font-family     : Verdana;
		font-size       : 14px;
		font-weight     : bold;
		color           : #0066AF;
		text-decoration : none;
	}
	
.tbl_content
	{
		font-family     : Verdana;
		font-size       : 14px;
		font-weight     : normal;
		color           : #000000;
		text-decoration : none;
		line-height		: 1.5;
	}

.td_details
	{
		font-family     : Verdana;
		font-size       : 12px;
		font-weight     : normal;
		color           : #000000;
		text-decoration : none;
	}

input.vwb, select.vwb, textarea.vwb
	{
		background-color	: #F1F1F1;
		font-family			: Verdana;
		font-size 			: 12px;
		color 				: #000000;
		text-decoration 	: none;
		font-weight 		: bold;
		width 				: 200px;
		margin-bottom       : 5px;
	}

input.vwb_btn
	{
		background-color	: #CCCCCC;
		font-family			: Verdana;
		font-size 			: 12px;
		color 				: #000000;
		text-decoration 	: none;
		font-weight 		: bold;
		width 				: 200px;
		text-align			: center;
	}

.header
	{
		font-size			: 14px;
		font-weight			: bold;
		color				: #0066AE;
		text-align			: center;
		text-decoration		: underline;
	}
