@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a5b;
}
body {
	background-color: #E6E6E6;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

h1 {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	}
	
	h2 {
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	}
	
a {
	font-size: 11px;
	color: #3a3a5b;
}
a:visited {
	color: #3a3a5b;
}
a:hover {
	color: #3a3a5b;
}
a:active {
	color: #3a3a5b;
}

a.footertxt {
	font-size: 11px;
	color: #ffffff;
}
a.footertxt:visited {
	color: #ffffff;
}
a.footertxt:hover {
	color: #ffffff;
}
a.footertxt:active {
	color: #ffffff;
}
.footertxt {
font-size: 11px;
color: #ffffff;
}
.border {
	border-spacing: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A3A5B;
	border-right-color: #3A3A5B;
	border-bottom-color: #3A3A5B;
	border-left-color: #3A3A5B;
}
