body {
    margin:0;
    padding:0;
    background-color:#EFEFEF;
    color:#000000;
    min-width:800px;
}
.l_border
{
  background-image: url("images/l_border.jpg");
  background-repeat:repeat-y;
}
.r_border
{
  background-image: url("images/r_border.jpg");
  background-repeat:repeat-y;
}
.t_border
{
   background-image: url("images/t_border.jpg");
   background-repeat: repeat-x;
}
.b_border
{
   background-image: url("images/b_border.jpg");
   background-repeat: repeat-x;
}
.l_header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA3727;
	background-color: #ABCDEF;
	text-align: center;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F09A29;
	background-color: #ABCDEF;
}
.navbar {
	padding-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #CA3727;
	font-weight: bold;
	background-image: url("images/button_back.jpg");
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px;
}
a.navtext:link, a.navtext:active, a.navtext:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3A75C4;
}
a.navtext:hover, a.navtext:focus {
	font-weight: bold;
 	color: #CA3727;
}
a.foottext:link, a.foottext:active, a.foottext:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3A75C4;
}
a.foottext:hover, a.foottext:focus {
	font-weight: bold;
 	color: #CA3727;
}
span.contenttext {
	text-decoration: none;
	font-weight: bold;
	color: #3A75C4;
}
span.contenttext:link {
	text-decoration: none;
	font-weight: bold;
	color: #CA3727;
}
a.contenttext:link, a.contenttext:active, a.contenttext:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3A75C4;
}
a.contenttext:hover, a.contenttext:focus {
	font-weight: bold;
 	color: #CA3727;
}
.borderbox {
	border: 1px solid #3A75C4;
	margin: 5px 0px;
}
h1, h2, h3, .header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F09A29;
}
.content, td {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 125%;
	font-size: 14px;
	color: #3A75C4;
	font-style: normal;
	font-weight: bold;
}
.content_s {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
	font-size: 12px;
	color: #3A75C4;
	font-style: normal;
	font-weight: bold;
}
