
	
	body {
		margin: 0px;
		padding: 0px;
		background-color: #ffffff;
		font-family: 'Times New Roman';
		font-size: 80%;
		}
		
	h1 {
		font-size: 160%;
		}

	a {
		COLOR: #244A24; TEXT-DECORATION: underline;
	}


	a:hover {
		TEXT-DECORATION: underline;
	}

		
		
	table.cap {
		height: 80px;
		width: 100%;
		background-color: #ebecc4;
		background-image: url('../img/cap/bg.gif');
		background-position: left 10px;
		background-repeat: repeat-x;
		border-bottom: 1px solid #000000;
		}
		
	div.menu-area {
		background-color: #336633;
		padding: 4px;
		}
		
		div.menu-area a {
			width: 100%;
			height: 100%;
			text-decoration: none;
			font-size: 13px;
			color: #ffffff;
			padding: 2px 6px 2px 6px;
			}
		
		div.menu-area a img {
			border: 0px;
			width: 7px;
			height: 7px;
			margin: 0px 4px 1px 0px;
			}
		
		div.menu-area table {
			border-collapse: collapse;
			}
			
			div.menu-area table td {
				border: 1px solid #609406;
				vertical-align: middle;
				white-space: nowrap;
				}
	
	div.menu-end {
		width: 100%;
		height: 9px;
		background-color: #ebecc4;
		background-image: url('../img/menu/bborder.gif');
		background-position: left bottom;
		background-repeat: repeat-x;
		}
		
	table.body {
		margin-top: 20px;
		width: 100%;
		}
		
	table.body td.text {
		width: 100%;
		padding: 0px 10px 10px 10px;
		}
		
	table.block-left, table.block-right {
		width: 160px;
		margin-bottom: 10px;
		border-bottom: 1px solid #bfb8bf;
		}
		
		table.block-left p, table.block-right p {
			margin-top: 4px;
			margin-bottom: 4px;
			}
		
		table.block-left a, table.block-right a {
			text-decoration: none;
			color: #000000;
			}
		
		table.block-left th {
			background-color: #336633;
			background-image: url('../img/block/right.gif');
			background-position: right top;
			background-repeat: no-repeat;
			padding: 3px 12px 3px 5px;
			white-space: nowrap;
			text-align: left;
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
			text-transform: uppercase;
			}
		
		table.block-right th {
			background-color: #336633;
			background-image: url('../img/block/left.gif');
			background-position: left top;
			background-repeat: no-repeat;
			padding: 3px 12px 3px 5px;
			white-space: nowrap;
			text-align: left;
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
			text-transform: uppercase;
			}	
		
			table.block-left th img, table.block-right th img {
				border: 0px;
				width: 7px;
				height: 7px;
				margin: 2px 4px 0px 12px;
				}
		
		table.block-left td, table.block-right td {
			font-family: Verdana;
			background-color: #ececc8;
			padding: 5px;
			font-size: 11px;
			}
			
	table.text-menu {
		padding: 5px 170px 5px 170px;
		text-align: center;
		font-size: 12px;
		width: 100%;
		}
		
		table.text-menu a {
			color: #244A24;
			text-decoration: none;
			}
			
		table.text-menu hr {
			height: 1px;
			width: 100%;
			color: #244A24;
			}
	table.poll td {
		font-size: 11px;
		font-family: 'Ms Sans Serif';
		}
	
	
	table.m_left, table.m_right {
		background-color: #ececc8;
		width: 160px;
		margin-bottom: 10px;
		border-bottom: 1px solid #bfb8bf;
		}
	
	table.m_left td {
		font-family: Verdana;
		padding: 2px;
		font-size: 11px;
		}
	
	table.m_left th {
		background-color: #336633;
		background-image: url('../img/block/right.gif');
		background-position: right top;
		background-repeat: no-repeat;
		padding: 3px 12px 3px 5px;
		white-space: nowrap;
		text-align: left;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		}
	
	table.m_left th img, table.m_right th img {
		border: 0px;
		width: 7px;
		height: 7px;
		margin: 2px 4px 0px 12px;
		}
	
