body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#dd2422;
}

.left_tile {
	background-image:url(images/left_trim.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:13px;
}

.right_tile {
	background-image:url(images/right_trim.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:13px;
}

.left_tile2 {
	background-image:url(images/left_trim2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:13px;
}

.right_tile2 {
	background-image:url(images/right_trim2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:13px;
}

.right_tiles {
	background-image:url(images/right_trim3.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:13px;
}

.left_tiles {
	background-image:url(images/left_trim3.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:13px;
}


.vert_line {
	background-image:url(images/vert_line.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.hor_line {
	background-image:url(images/long_hor_line.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.footer {
	color: #ffffff;
	font-size: 10px;
	line-height:12px;
	font-family: Arial;
	background-color:#58768d;
}

.footer a:link {
	color:#CCCCCC;
	text-decoration: none;
	font-weight:bold;
}
.footer a:visited {
	text-decoration: none;
	color:#CCCCCC;
	font-weight:bold;
}
.footer a:active {
	color:#CCCCCC;
	text-decoration: underline;
	font-weight:bold;
}
.footer a:hover {
	text-decoration: underline;
	color:#CCCCCC;
	font-weight:bold;
}


.body_title{
	color:#000000;
	font-size:14px;
	line-height:16px;
	font-family:Arial;
	font-weight:bold;
}

.body_text{
	color:#000000;
	line-height:14px;
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	background-color:#e9e9df;
}
.body_text a:link {
	color:#58768d;
	text-decoration: none;
	font-weight:bold;
}
.body_text a:visited {
	text-decoration: none;
	color:#58768d;
	font-weight:bold;
}
.body_text a:active {
	color:#58768d;
	text-decoration: none;
	font-weight:bold;
}
.body_text a:hover {
	text-decoration: none;
	color:#58768d;
	font-weight:bold;
}

.sm_text{
	color: #ea280d;
	font-size: 10px;
	line-height:12px;
	font-family: Arial;
}
.sm_text a:link {
	color:#ea280d;
	text-decoration: none;
	font-weight:bold;
}
.sm_text a:visited {
	text-decoration: none;
	color:#ea280d;
	font-weight:bold;
}
.sm_text a:active {
	color:#ea280d;
	text-decoration: none;
	font-weight:bold;
}
.sm_text a:hover {
	text-decoration: none;
	color:#ea280d;
	font-weight:bold;
}

.nav{
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial;
	background-image:url(images/nav_bg.jpg)
}
.nav a:link {
	color:#ffffff;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color:#ffffff;
}
.nav a:active {
	color:#ffffff;
	text-decoration: underline;
}
.nav a:hover {
	text-decoration: underline;
	color:#ffffff;
}
