/*
 *  Elements
 */

body {
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-position: 0 0;
	margin: 30px;
	text-align: center;
}

td {
	font-family: Verdana, Arial;
	font-size: 14pt;
	color: #101010;
	
	
}


a:link, a:visited {
	color: #808080;
	text-decoration: underline;
	border: 0px;
}

a:hover, a:active {
	color: #2894E0;
	text-decoration: underline;
	border: 0px;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	width: 100%;
	border-bottom: 2px solid #6B6B6B;
	color: #6B6B6B;
	line-height: 4;
	margin-top: 2px;
	text-align: center;
}

form {
	margin: 0px;
}

ul {
	list-style-type: square;
}




/*
 *  IDs
 */

#maint {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

#toptd {
	width: 800px;
	height: 50px;
	background: #BBBDBB;
	background-image: url(toptd_bg.jpg);
	border: 2px;
	vertical-align: bottom;
	padding: 0px;
}

#left {
	width: 200px;
	background-color: #F7F7F7;
	border: 0px;
    background-image: url(sqr.jpg);
	vertical-align: top;
}

#right {
    padding-left: 10px;
    padding-right: 10px;
	background-color: #FFFFFF;
	border: 0px;
	height: 600px;
	vertical-align: top;
	text-align: left;
}



#bottom {
	width: 750px;
	background-color: #F7F7F7;
	border: 0px;
	font-size: 8pt;
	text-align: center;
	color: #C0C0C0;
}

#linkt {
	width: 160px;

}

#titlediv {
	text-align: center;
	font-size: 11pt;
	color: #505050;
	font-weight: bold;
}

#fam {
	text-align: center;
	padding: 0px;
}


/*
 *  Classes
 */

.tenpad {
	padding: 10px;
	color: #080808;
}

.linkheader {
	background-color: #E7E7E7;
	text-align: center;
	padding: 2px;
	color: #909090;
	font-weight: bold;
}

.table1 {
	border: 1px solid #B6B6B6;
        background-color: #EFEFEF;
        text-align: center;
        font-weight: bold;
        font-size: 10pt;
        color: #255F24;
       
}

.white {
        background-color: #F4EEDE;
        font-size: 10pt;
        color: #837061;
       
}

.tab {
	
	background-color: white;
	border: 1px solid #B6B6B6;
	vertical-align: top;
	text-align: left;
        padding: 5px;
}

.slink {
	padding-left: 30px;
	background-color: #EFEFEF;
	text-align: left;
}

.linkspacer {
	height: 5px;
}

.bottominfo {
	margin-top: 20px;
	text-align: center;
	color: #606060;
	font-size: 9pt;
}

.hrgreen { margin-top: 7px; margin-bottom: 7px; background-color: #B6B6B6}

