/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-size:12px;
	background-color:#000;
	background-image:url(images/horizonal_tile.gif);
	background-repeat:repeat-x;
}

.left_tile {
	background-image:url(images/left_border_repeat.gif);
	background-repeat:repeat-y;
	width:10px;
}

.right_tile {
	background-image:url(images/right_border_repeat.gif);
	background-repeat:repeat-y;
	width:10px;
}

.vertical_tile {
	background-image:url(images/vertical_line.gif);
	background-repeat:repeat-y;
	width:10px;
}

.bg_footer {
	background-color:#efefe7;
	height:50px;
	color:#000000;
	text-decoration:none;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}

.bg_footer a:link {
	color:#000000;
	text-decoration:underline;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}
.bg_footer a:visited {
	text-decoration:underline;
	color:#000000;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}
.bg_footer a:active {
	color:#000000;
	text-decoration:underline;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}
.bg_footer a:hover {
	text-decoration:underline;
	color:#6a6a6a;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}

.blue_hyperlink {
	text-decoration:none;
	color:#996600;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}

.blue_hyperlink a:link {
	text-decoration:none;
	color:#996600;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}

.blue_hyperlink a:visited {
	text-decoration:none;
	color:#996600;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.blue_hyperlink a:active {
	text-decoration:none;
	color:#996600;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.blue_hyperlink a:hover {
	text-decoration:underline;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}

.italics {
	font-family:Tahoma;
	font-size:10px;
	font-style:italic;
	color:#000000;
}
.bolded {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

.heading {
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.subheading {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.txt {
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
}

.txt a:link {
	color:#0000FF;
	text-decoration:underline;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.txt a:visited {
	text-decoration:underline;
	color:#0000FF;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.txt a:active {
	color:#0000FF;
	text-decoration:underline;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.txt a:hover {
	text-decoration:underline;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}

.formBtn {
	border: 1px solid #000000;
	background-color: #000000;
	font:Tahoma;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
}

.formField {
	border: 1px solid #000000;
	background-color: #ffffff;
	font:Tahoma;
	font-size:12px;
	color:#000000;
}

.txtBold {
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
