/*reset*/
html, body, div,span,applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #ffffff;
	background-image: url(background.jpg);
	background-repeat: repeat; /*x or y*/
	text-align: center;
}

table, td {
	font-family: Calibra, Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #000000;
	text-align: left;

}

#frm {
	width: 960px;
	border: 0px solid #000000;
}

#content {
	width: 760px;
	padding: 10px;
	background-color:#FFFFCC;
	border: 0px solid #000000;
}

/* id=nav only use once, use in a td tag or div*/
#nav {
	width: 200px;
	background-color: #CCCCCC;
	border: 0px solid #000000;
	padding: 10px;
}
#nav A:LINK {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #000000;
}

#nav A:VISITED {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0000cc;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #000000;
}

#nav A:HOVER {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ff0000;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #000000;
}

#nav A:ACTIVE {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #0000ff;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #000000;
}

A:LINK {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

A:VISITED {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #0000cc;
	text-decoration: none;
}

A:HOVER {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #ff0000;
}

A:ACTIVE {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #0000ff;
}



/* class can be used multiple times in the page */

/*  class="email"  */
A.email:LINK {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

A.email:VISITED {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0000cc;
	text-decoration: none;
}

A.email:HOVER {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ff0000;
}

A.email:ACTIVE {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ff;
}




h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 30pt; /*px, pt, em.*/
	font-weight: bold; /*normal*/
	font-style: normal; /*italic*/
	color: #0084f0;
	margin: 0px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	letter-spacing: 0px;
	word-spacing: 0px;
	/*line-height: 10px;*/
}


h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20pt; /*px, pt, em.*/
	font-weight: bold; /*normal*/
	font-style: normal; /*italic*/
	color: #666666;
	margin: 0px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	letter-spacing: 0px;
	word-spacing: 0px;
	/*line-height: 10px;*/
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt; /*px, pt, em.*/
	font-weight: bold; /*normal*/
	font-style: normal; /*italic*/
	color: #000000;
	margin: 0px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	letter-spacing: 0px;
	word-spacing: 0px;
	/*line-height: 10px;*/
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt; /*px, pt, em.*/
	font-weight: bold; /*normal*/
	font-style: normal; /*italic*/
	color: #000000;
	margin: 0px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	letter-spacing: 0px;
	word-spacing: 0px;
	/*line-height: 10px;*/
}

h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt; /*px, pt, em.*/
	font-weight: bold; /*normal*/
	font-style: normal; /*italic*/
	color: #000000;
	margin: 0px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	letter-spacing: 0px;
	word-spacing: 0px;
	/*line-height: 10px;*/
}

h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt; /*px, pt, em.*/
	font-weight: bold; /*normal*/
	font-style: normal; /*italic*/
	color: #000000;
	margin: 0px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	letter-spacing: 0px;
	word-spacing: 0px;
	/*line-height: 10px;*/
}

address {
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 960px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style:normal;
	text-align: right;
	color: #666666;
	clear: both;
	border: 0px solid #000000;
}

address a:link, address a:visited, address a:hover, address a:active {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #666666;
}

address a:hover {
	color: #ff0000;
}