BODY{
	margin: 0px;
	background-image: url(images/page_background.gif);
	background-repeat: repeat-x;
	background-color: #78496a;
}

h1{
	font-family: sans-serif;
	font-size: 16px;
	color: orange;
	padding: 5px 0px 5px 0px;
}

h2{
	font-family: sans-serif;
	font-size: 15px;
	color: orange;
}

h3{
	font-family: sans-serif;
	font-size: 14px;
	color: orange;
	
}

TABLE{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	padding: 5px 10px 5px 10px;
}

.TEXT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	padding: 5px 10px 5px 10px;
}

.TEXT a{
	color: #ffc671;
	text-decoration: none;
}

.TEXT a:hover{
	color: #ffc671;
	text-decoration: underline;
}



.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-image: url(images/menu_background.gif);
	border: solid;
	border-bottom-color: orange;
	border-top-color: orange;
	border-width: 1px 0px 1px 0px;
}

.menu a{
	color: white;
	text-decoration: none;
}

.menu a:hover{
	color: white;
	text-decoration: none;
}

.menu a:visited{
	color: white;
	text-decoration: none;
}

.outer_box{
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffc671;
}

.side_box{

	border: solid;
	border-width: 1px;
	border-color: gray;
	padding: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.box_title{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: orange;
	padding: 3px 5px 3px 5px;
}

.footer{
	padding: 0px 5px 0px 5px;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
	background-color: #522344;
	border: solid;
	border-top-color: orange;
	border-width: 1px 0px 0px 0px;
	height: 100px;
}

.footer_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
}

.footer_text a{
	font-size: 11px;
	color: gray;
	text-decoration: none;
}

.footer_text a:hover{
	font-size: 11px;
	color: orange;
	text-decoration: none;
}

INPUT {

color: black;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt;
} 

TEXTAREA {
background-color: #eeeeee;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal;
} 

.inp_btn
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-LEFT: 1px solid;
    COLOR: white;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #920019
}
.inp_txt
{
    BORDER-RIGHT: #920019 1px solid;
    BORDER-TOP: #920019 1px solid;
    BORDER-LEFT: #920019 1px solid;
    BORDER-BOTTOM: #920019 1px solid
}

.eventlink {
	color:orange;
	text-decoration: none;
}

.eventlink a{
	color:orange;
	text-decoration: none;
}

.eventlink a:visited{
	color:orange;
	text-decoration: none;
}

.eventlink a:hover {
	color:orange;
	text-decoration: none;
}

