#topbg {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}

#literature_bg {
	background-image: url(images/literature.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}
#contact_bg {
	background-image: url(images/contact_title.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}
#links_bg {
	background-image: url(images/links_title.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-color: #333333;
	
}
.text_format {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.title1 {
	font-weight: bold;
	color: #990000;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
}



.style1 #links a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
#application_bg {
	background-image: url(images/application.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.style1 #links {
	font-size: 12px;
}



.style1 #links a:hover {
	color: #990000;
	text-decoration: none;
}
.red_text {
	color: #990000;
}
