.style {
	font-family: "Tahoma";
	font-size: 10pt;
}

body,td,th {
 font-family: "Tahoma", Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 9pt;
}

.subhead{
	font-family:"Tahoma";
	color: #770c0c;
	font-style: oblique;
	font-weight: bold;
	font-size: 16pt;
}

.winner {
font-family: "Tahoma", Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #770c0c;
}

.winner2 {
font-family: "Tahoma", Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}

.show {
font-family: "Tahoma", Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: oblique;
color: #000000;
}

a {
 font-family: "Tahoma", Arial, Helvetica, sans-serif;
 color: #770c0c;
 text-decoration:none;
} 
 
a:hover {
 font-family: "Tahoma", Arial, Helvetica, sans-serif;
 color: #770c0c; 
 text-decoration:underline;
}

.bodytext{
font-family:"Tahoma";
}

.images p{
	border-color: #770c0c;
	border-width: 2px;
	border-style: solid;
}

.footer {
font-family: "Tahoma";
font-size: 9pt;
}
/*Border Solid or Dashed*/
.border_solid {
 border: 2px solid #000000;
}

.border_solid2 {
 border: 4px solid #770c0c;
}
.white_text {
 font-family: "Tahoma", Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 9pt;
 }
 
 .video {width:200px; float:left; margin:20px; background:#999;}

.button3 {
	width: 18%;
	height: 35px;
	color: #ffffff;
	margin:10px 1%;
	font-size:110%;
	border-radius: 10px;	
	line-height: 31px;
	text-align: center;	
	background-color: #780C0C;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	font-variant:small-caps;
	float: left;
}
.button3:hover {
	-webkit-transition: all ease-in 1s;
	-moz-transition: all ease-in 1s;
	-o-transition: all ease-in 1s;
	transition: all ease-in 1s;
	background-color:#AEAEAE;	
	color: #000000;
	border: none;
}

.button a {
                display:inline-block;
                padding:15px 30px;
                font-size:16px;
                text-transform:uppercase;
                color:#fff;
                text-decoration:none;
                margin-bottom: 10px;
                font-style:normal;
                background-color: #780C0C;
                font-weight: 500;
}

.button a:hover {
                background-color: #410606;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
}

.clear{
	clear: both;
}