@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#eeeeee;
	background-image:url(../images/bg_slice.jpg);
	background-repeat:repeat-x;
}
.titleText {
	font-family: "Agency FB";
	font-size:48px;
	color:#000;
}
.headingText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#C00000;
	font-weight:bold;
	line-height:30px;
}
.subHeadingtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#C00000;
	line-height:20px;
	border-bottom:#C00000 dashed 1px;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
}
.sidelink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:30px;
	padding-left:5px;
	border-bottom:#C00000 dashed 1px;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
.textfield {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}
.submitbtn {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#FFF;
	border:#333333 solid 1px;
	line-height:18px;
}


.text a {color:#C00000; text-decoration:underline;}
.text a:hover {color:#C00000; text-decoration:none;}

.sidelink a{color:#000000; text-decoration:underline;}
.sidelink a:hover{color:#C00000; text-decoration:none;}