
	body {
		margin: 0px;
		padding: 0px;
		background-color: #ffffff;
		background-image: url('img/bodyback.gif');
		background-position: left;
		background-repeat: repeat-y;
		
		color: #444444;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
	}
	
	a {
		color: #DA3A16;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: #DA3A16;
		font-weight: bold;
		text-decoration: underline;
	}
	
	ul {
		margin: 4px 0px 0px 20px;
		list-style-image: url('img/nyil.gif');
		list-style-position: outside;
		padding: 0px 0px 0px 0px;
	}
	li {
		padding: 0px 0px 4px 0px;
	}
	
	.t {
		color: #444444;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
	}
	
	.main {
		background-image: url('img/mainback.gif');
		background-position: top;
		background-repeat: repeat-x;
		padding: 10px 0px 10px 0px;
		background-color: #ffffff;
	}
	
	.section_head {
		background-image: url('img/sectionhead.gif');
		background-position: top;
		background-repeat: repeat-x;
		padding: 0px 0px 0px 20px;
		background-color: #E4E4E4;
	}
	.section_body {
		padding: 15px 15px 5px 20px;
		color: #444444;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
	}
	.section_body_list {
		padding: 10px 15px 0px 20px;
		color: #444444;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
	}
	.section_pic {
		border: 3px solid #DA3A16;
		margin: 0px 10px 5px 0px;
		width: 76px;
	}
	.section_title {
		color: #DA3A16;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 14px;
	}
	.section_title_list {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
	}
	.section_title_sep {
		background-image: url('img/sepback.gif');
		
		height: 6px;
		width: 100%;
		
		margin: 3px 0px 3px 0px;
	}
	.section_sep {
		background-color: #F8D8D0;
		height: 1px;
		margin: 0px 15px 0px 15px;
	}
	.section_date {
		color: #8C8C8C;
		font-style: italic;
	}
	
	.page_title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0px 0px 20px;
	}
	
	.col_sep {
		background-color: #F8D8D0;
		width: 1px;
	}
	
	.menuback {
		background-image: url('img/m0.gif');
		background-position: top;
		background-repeat: repeat-x;
		
		background-color: #DA3A16;
		vertical-align: top;
	}
	.submenuback {
		background-image: url('img/submenuback.gif');
		background-position: top;
		background-repeat: repeat-x;
		
		background-color: #E16145;
		vertical-align: top;
	}
	
	.vote_pad {
		padding: 2px 10px 15px 15px;
	}
	
	.voteOption {
		color: #DA3A16;
		font-weight: bold;
		padding: 3px 0px 0px 0px;
	}
	.votePercent {
		padding: 3px 0px 0px 0px;
	}
	
	.button {
		background-color: #2D7624;
		background-image: url('img/buttonback.gif');
		background-position: top;
		background-repeat: repeat-x;
		
		color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		border: 1px solid #858585;
		
		height: 23px;
	}
	.textbox {
		border: 1px solid #D9D9D9;
		color: #444444;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #eeeeee;
	}
	
	.footer {
		background-color: #C4C4C4;
		background-image: url('img/footback.gif');
		background-position: top;
		background-repeat: repeat-x;
		
		height: 42px;
		vertical-align: middle;
		
		padding: 0px 0px 0px 22px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #474747;
	}
	.footerLink {
		color: #474747;
		font-weight: bold;
		text-decoration: none;
	}
	.footerLink:hover {
		color: #474747;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.content_img_left {
		border: 3px solid #DA3A16;
		margin: 0px 15px 5px 0px;
		float: left;
	}
	.content_img_right {
		border: 3px solid #DA3A16;
		margin: 0px 0px 5px 15px;
		float: right;
	}
	
	.form_success {
		font-weight: bold;
		color: #296E1E;
		padding: 10px 0px 10px 0px;
	}
	.form_error {
		font-weight: bold;
		color: #DA3A16;
		padding: 10px 0px 10px 0px;
	}
	
	
	
	
	
	
	
