/* for new template 072605 */

/* global style classes */
h1 {
   font-size: 16pt;
}

html {
	}

body {
	font-size: 10pt;
	font-family : "Comic Sans MS";
	margin : 0 auto;
	background-image: url(images/Background.gif);
	background-color: #00700C;
	margin-left: 0px;
	z-index: 50;
	position: relative;
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
    }

.mainbody{
	background-color:#F7F7C6;
	vertical-align:top;
}

.headline {
	font-size: 14pt
}

/* new addition single tab*/
TD.tab {
	background-image:url(images/tab.gif);
	background-repeat: no-repeat;
	position: relative;
	color: #00700C;
	text-align: center;
}

/* new addition single selected tab*/
TD.selectedtab {
	background-image:url(images/selectedtab.gif);
	background-repeat: no-repeat;
	position: relative;
	color: #FFFFCC;
	text-align: center;
}

a:link {
	color: #00700C;
	text-decoration: underline;
}

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

a:hover {
	color: #666666;
	text-decoration: none;
}

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