@charset "utf-8";
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.leftButton a:link {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #F5C120;
	border: solid #EC8A0F 1px;
	width: 160px;
	display: block;
	margin-top: 10px;
}
.leftButton a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #F5C120;
	border: solid #EC8A0F 1px;
	width: 160px;
	display: block;
	margin-top: 10px;
}
.leftButton a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #F5C120;
	border: solid #EC8A0F 1px;
	width: 160px;
	display: block;
	margin-top: 10px;
}
.leftButton a:active {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #F5C120;
	border: solid #EC8A0F 1px;
	width: 160px;
	display: block;
	margin-top: 10px;
}

.genTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/template_r6_c6.jpg);
	border: solid 1px;
	border-top-color: #FCD329;
	border-right-color: #FCD329;
	border-bottom-color: #FCD329;
	border-left-color: #FCD329;
	background-repeat: repeat-x;
}
.rightSideBox {
	height: auto;
	width: 350px;
	margin-left: 380px;
	border: solid #FEE741 1px;
	padding-left: 5px;
}
.leftSideBox {
	float: left;
	height: auto;
	width: 365px;
	border: solid  #FEE741 1px;
	padding-left: 5px;
}



.line {
	width: 90%;
	border-top-color: #FFCC00;
	border-top-width: 3px;
	border-top-style: solid;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 30px;
	border-left-width: 30px;
	margin-left: auto;
	margin-right: auto;
	
}
