.style1 {
	font-family: Arial;
	font-size: 14pt;
	color: navy;
}
body {
	background-color: #1C701B;	
}
.redheading {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-style: normal;
	text-align: center;
}
.blueheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000080;
	background-position: center;
	text-align: center;
}


.boxborder {
	border: 1px solid #000000;
}
.fakelink {
	color: #0000CC;
	text-decoration: underline;
}
.yellowhighlight {
	background-color: #FFFF00;
}
.img-left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img-right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-center
{
	float: none;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.bonus-boxborder {
	border: 2px dashed #666666;
	padding: 10px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.table-boxborder {
	border: 1px solid rgb(0, 0, 0);
}

p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 16px;
	font-family : "Times New Roman", Times, serif;
}
p a {
	color : #0000FF;
        font-size : 14px;
        text-decoration : underline;
}
p a:hover {
	color : #0066FF;
        font-size : 14px;
        text-decoration : underline;
}
.botmenu2 {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 14px;
	font-family : Arial;
	font-weight: normal;
	text-align: center;
        text-decoration: none;
}
.botmenu2 a {
	color : #FFFFFF;
        text-decoration: none;
}
.botmenu2 a:hover {
	color : #000000;
        text-decoration: none;
}
.botmenu {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 14px;
	font-family : Arial;
	font-weight: normal;
	text-align: center;
        text-decoration: none;
}
.botmenu a {
	color : #000000;
        text-decoration: none;
}
.botmenu a:hover {
	color : #FFFFFF;
        text-decoration: none;
}
