body {
	background: url(/images/background.gif);
	font-family: Helvetica;
	font-size: 12px;
}

.outside {
	border: 1px solid #4A6887;
	padding: 1px;
	width: 80%;
}

.inside {
	border: 1px solid #4A6887;
	padding: 1px;
	width: 100%;
}

.sitebox {
	width: 100%;
	background: url(/images/siteback.jpg) no-repeat left #A8B5C5;
	#border-bottom: 1px solid #4A6887;
}

.inbody {
	padding: 0px;
	width: 100%;
	background: #FFFFFF;
}

.section {
	color: white;
	font-family: Helvetica;
        font-size: 14px;
        font-weight: bold;
	text-align: center;
	background: url(/images/1-3.jpg);	
}

.secthead {
	font-family: Helvetica;
        font-size: 12px;
        font-weight: bold;
        color: #1C1981;
}

.contents {
	background: url(/images/conback.gif) left top no-repeat;
	vertical-align:top;
	padding-top: 10px;
}

.topnav {
	border-top: 1px solid #4A6887;
	background: url(/images/navback.gif) right no-repeat;
	border-bottom: 2px solid #B3B3B4;
	padding-left: 20px;
}

a {
	font-family: Helvetica;
        font-size: 12px;
        font-weight: bold;
        color: #1C1981;
        text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.com {
	font-family: Helvetica;
        font-size: 12px;

        color: #1C1981;
        text-decoration: none;
	padding-bootom: 5px;
}

a.com:hover {
        text-decoration: underline;
}



a.nav {
        font-family: Helvetica;
        font-size: 14px;
        font-weight: bold;
        color: #1C1981;
        text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

a.nopad {
	padding: 0;
}

a.nav:hover {
        text-decoration: underline;
}


.title {
	color: #1C1981;
}

.headrow {
	color: #9D001B;;
	font-family: Helvetica;
        font-size: 14px;
        font-weight: bold;
}

a.back {
	color: #9D001B;;
        font-family: Helvetica;
        font-size: 14px;
        font-weight: bold;
	text-decoration: none;
}

a.back:hover {
        text-decoration: underline;
}

.descr {
	font-size: smaller;
}

#flogo {
	width: 149px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 53px;
	background: url(/images/logo2.gif);
}

iframe {
	padding: 0px;
	margin: 0px;
	border: 1px;
}

td.required:after {
	content:'*';
	color: red;
}
