/* CSS Document */
body {
	margin: 0;
	background-color: #098cd2;
}

.bordertop {
background-image:url(../imgs/white_spacer.gif);
background-repeat:repeat-x;
}

.borderleft {
background-image:url(../imgs/white_spacer.gif);
background-repeat:repeat-y;
}

.shadow_right {
background-image:url(../imgs/img_index_r6_c15.gif);
background-repeat:repeat-y;
}

.shadow_left {
background-image:url(../imgs/img_index_r6_c3.gif);
background-repeat:repeat-y;
background-position:right;
}

.shadow_btm {
background-image:url(../imgs/img_index_r10_c6.gif);
background-repeat:repeat-x;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #5B3A24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B3A24;
}
a:hover {
	text-decoration: underline;
	color: #5B3A24;
}
a:active {
	text-decoration: none;
	color: #5B3A24;
}
