@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	line-height: 1;
	background-image: url(../images/VBSA_template_images/BG_1.jpg);
	background-repeat: repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

#page_header {
	font-size: 24px;
	color: #FF0000;
	height: 40px;
	font-weight: bold;
	padding: 2px;
}

#page_text {
	font-size: 14px;
	height: 30px;
	padding-top: 6px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {


}
/* CSS Document */



.td_red {
	color: #FF0000;
	font-size: 14px;
	font-weight: normal;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 5px;
	padding-left: 60px;
	padding-bottom: 5px;
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-left: 8px;
}
.Listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: none;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.Info_Block  {
	float: none;
	height: auto;
	width: auto;
	margin-right: 10px;
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	line-height: 18px;
	background-color: #F2F4F3;
}

