
body {
	background-color: #1A1A1C;
}
-->
input[type="submit"] {
	background:url(images/red-submit-button-md.png) no-repeat;
	width:111px;
	height:37px;
	cursor:pointer;
	border:none;
	display:block;
	color:#FFFFFF;
	text-shadow:0 0 1px #fff;
	padding:0 0 3px 0;
	text-align:center;
	font-size:9px
}
.style1 {color: #FF0000}
.style2 {color: #FFFFFF}
.style3 {color: #FF0000}
.style4 {color: #000000}
.style5 {font-size: 24px}
.we_bleed {font-family: "Westwood LET"; font-size:36px; color:#FFFFFF}
.we_bleed_color1 {font-family: "Westwood LET"; font-size:60px; color: #FF0000}
.we_bleed_and {font-family: "Westwood LET"; font-size:30px; color:#FFFFFF}
.we_bleed_color2 {font-family: "Westwood LET"; font-size:60px; color: #CCCCCC}
/* unvisited link */
a:link {
    color: #FFFFFF;
}

/* visited link */
a:visited {
    color: #FF0000;
}

/* mouse over link */
a:hover {
    color: #BDBDBD;
