html {
        overflow-x:hidden;
}

body {
        leftmargin:0;
        topmargin:0;
        marginwidth:0;
        marginheight:0;
	background-image:url(images/back.gif);
	background-repeat: no-repeat;
}

.h1 {
        font-family: Arial;
        font-size: 16pt;
        color: #000099;
        font-weight: bold;
}

.h2 {
        font-family: Arial;
        font-size:9pt;
        color: #000000;
}

.h3 {
        font-family: Arial;
        font-size: 14pt;
        color: #000000;
        font-weight: bold;
}

p {
        font-family: Calibri, Arial;
        font-size: 11pt;
        color: #000000;
}

.fancy {
        font-family: Arial;
        font-size: 8pt;
        color: #000000;
	font-style: italic;
}

.body {
        font-family: Arial;
        font-size: 10pt;
        color: #000000;
}

input.search_button {
        border: solid 1px #FFFBEF;
        background-color: #CED5E5;
        font-size: 10pt;
        font-family: Calibri, Arial;
        color: #000000;
        width:50px;
}

li {
        font-family: Calibri, Arial;
        font-size: 11pt;
        color: #000000;
}

.header {
        font-family: Calibri, Arial;
        font-size: 13pt;
        color: #000000;
        text-decoration: bold;
        text-decoration: underline;
}

.bottombit {
        background-image:url(images/bottombackground.gif);
}

.topbit {
        background-image:url(images/top.png);
}

.submenutop {
        background-image:url(images/menuback.jpg);
        font-family: Calibri, Arial;
        font-size: 11pt;
        color: #000000;
        font-weight: bold;
}

.blackline {
	border-color: #000000;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 3px;
	border-style: solid;
}

.submenubottom {
        font-family: Calibri, Arial;
        font-size: 11pt;
        background-color: #FFFFFF;
        border-color: #CED5E5;
        border-left: 2px;
        border-right: 2px;
        border-top: 0px;
        border-bottom: 2px;
        border-style: solid;
}


.bigback {
	background-image:url(images/bigback.png);
	font-size: 11pt;
        color: #000000;
	font-family: Calibri, Arial;
}

a:link {
        color: #000000;
	text-decoration: none;
}

a:visited {
        color: #000000;
	text-decoration: none;
}

a:active {
        color: #000000;
	text-decoration: underline;
}

a:hover {
        color: #000000;
	text-decoration: underline;
}

