body,td,th {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A2366;
}

body{
	background-image:url(images/bg.gif);
	background-repeat:repeat;
    background-position:top;
}
.logo{
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.header{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.content{
	background-image:url(images/content.gif);
	background-repeat:repeat-y;
}

.contentText{
    padding: 10px 10px 10px 10px;
}

.footer{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
    height:20px;
}

.navTR{
	background-image:url(images/navTR.gif);
	background-repeat:no-repeat;
    height:75px;
    width:15px;
}

.navCR{
	background-image:url(images/navCR.gif);
	background-repeat:repeat-y;
    width:15px;
}

.navBR{
	background-image:url(images/navBR.gif);
	background-repeat:no-repeat;
    height:151px;
    width:15px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#C6C;
}
a:hover {
	text-decoration: none;
	color:#C60;
}
a:active {
	text-decoration: none;
}

H1 {
	font-size:18px;
}

H2 {
	font-size:16px;
	
}

H3 {
	font-size:14px;	
}


