@charset "utf-8";
/* CSS Document */
abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, var {
	background: transparent;
	border: 0 none;
	padding: 0;
	border: 0;
	outline: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bkg 
	{
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	}
.tablehead 
	{
	background-image: url(images/banner_bk.jpg);
	background-repeat: repeat-x;
	}
#fullheight 
	{
	height: 100%;
	}
#menuheight
	{	height: 30px;}
	
.bkg100 
	{
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	height: 100%;
	width: 100%;

	}
.menu 
	{
	
	background-image: url(images/menu_bk.jpg);
	background-repeat: repeat-x;
	}



a {
	color:#FFFFFF;
	outline:none;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	color:#000;
	text-decoration: none;
	font-style: normal;
}

.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #06C;
	font-weight: bold;
	font-style: italic;
	width: auto;
	font-size: 14pt;
}
.main_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color:#333333;
	font-weight: normal;
	font-style: normal;
	line-height: 14pt;
}
.small-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #039;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #000;
}
