body {
	background-image: url(template/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
h1, h2, h3, h4 {font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
line-height: 17px;
}

h1 {font-size: 14pt;
	margin: 10pt 15pt;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 25px;
}

h2 {font-size: 10pt;
	margin: 5pt 15pt 0pt;
	font-style: italic;
}

h3 {font-size: 10pt;
	margin: 10pt 15pt;
	font-style: normal;
}

h4 {font-size: 12pt;
	margin: 10pt 15pt;
	font-style: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 2pt 15pt 15pt;
	line-height: 14pt;
}
.tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}

A.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}

A:hover { 	text-decoration: underline; }
A.bodycopy:hover { 	text-decoration: none; }

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0pt 15pt 15pt 0pt;
	line-height: 14pt;
	list-style-position: outside;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 14pt;
}

.button:hover {
	background: #000000;
	height: 25px;
}

.button {
	background-color: #000000;
	background-image: url(template/buttons/blank_btn.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	line-height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding: 5px 6px;
   color: #CCCCCC;
   font-size: 11px;
   text-align: center;
}
.tablemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: none #FFFFFF;
	border-collapse: collapse;
	color: #666666;
	line-height: 14pt;
	margin-left: 10pt;
	padding: 0px;
}
.center {
	text-align: center;
}
.tb-brdr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.ted {
	color: #FF0000;
}
.XL {
	font-size: 150%;
}

