<!-- Master CSS Document put things that effect other things across the entire site here


html {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image: url(/images/BG_color.jpg);
}
.left_vertical_buffer {
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/images/BG_shadowextended.jpg);
	height: 100%;
}
.left_vertical_buffer_cap {
	background-image: url(/images/BG_Left.jpg);
	height: 343px;
	padding-top: 1px;
	text-align: right;
}

.style1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}
.style5 {
	font-size: 1px;
	font-weight: bold;
}
.right_vertical_buffer {
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(/images/BG_right-shadow.jpg);
}
.right_vertical_buffer_cap {
	background-image: url(/images/BG_Left.jpg);
	height: 343px;
	text-align: left;	
	padding-top: 1px;
}

-->
