/* Body Styles */
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color: #f3f3f3;
}

.tableheight  {
height: 100%;
}


/* Text Styles */
.tablestroke{
border-top:
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* Text Styles */
.header1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a.header1:link {
	color: #666666;
}
a.header1:visited {
	color: #666666;
}
a.header1:hover {
	color: #000000;
}
.header2 {
	font-family: Tahoma, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
a.header2:link {
	color: #cccccc;
}
a.header2:visited {
	color: #cccccc;
}
a.header2:hover {
	color: #999999;

}
.bodycopy1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}
a.bodycopy1:link {
	color:#666666
}
a.bodycopy1:visited {
	color:#666666
}
a.bodycopy1:hover {
	color: #0099CC;
}
.bodycopy2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}
a.bodycopy2:link {
	text-decoration: underline;
}
a.bodycopy2:visited {
	text-decoration: underline;
}
a.bodycopy2:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #336699;
}
a.title:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.footer:link {
	text-decoration: underline
}
a.footer:visited {
	text-decoration: underline;
}
a.footer:hover {
	text-decoration: underline;
	color: #0099CC;
}


/* Form Styles */
.formfields {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #cccccc;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	width: 210px;
}
.formbuttons {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	padding: 5px;
	border: 1px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
.border {
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
}
.align {
	vertical-align: bottom;
	bottom: 10px;
}
