body {
	/*background-image: url('/images/background.jpg');*/
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.tr_gray {
	background-image: url(../images/graybackground.gif);
	background-repeat: repeat-x;
}

.tr_red {
	background-image: url(../images/redbackground.jpg);
	background-repeat: repeat-x;
	height: 110px;
}
.td_spacer {
	height: 50px;
}
.side_bar_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #323639;
}
.bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
}
.top {
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
}
.left {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
}
.right {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
}
.grayline {
	background-image: url(../images/gray.jpg);
	background-repeat: repeat-y;
}
.graybottom {
	background-image: url(../images/gray.jpg);
	background-repeat: repeat-x;
}
.style2 {
	font-size: 12px;
	color: #333333;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {
	font-size: 24px;
	color: #333333;
}
.tr_gray .side_bar_text a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #323639;
}
.tr_gray .side_bar_text a:hover{
	text-decoration: none;
	font-size: 13px;
	color: #7b0002;
}
h1{  
 text-align:left;  
 color:#A00000;  
 font-size:22px;  
 font-weight:700;  
 border-bottom:1px dotted #D3D3D3;  
 padding-bottom:2px;  
 margin-bottom:20px;  
 }  
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}