@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../../AppData/Local/images/grunge.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}


.container {
	width: 850px;
	margin: auto; 
}

.header {
	height: 1000px;

}

.content {
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

.footer {
	padding: 10px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	color: #666;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
}

img { 
	border: none;
}

p {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
}

.captionRed {

	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.captionRed:link {

	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.captionRed:hover {

	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.captionRed:visited {

	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.captionRed:visited:hover {

	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.bnav {

	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
}
.bnav:link {

	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

.bnav:hover {

	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;

}
.bnav:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.bnav:visited:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
	background-image: url(Hover.png);
}
