
html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

a {
	color: #e00;
	font: normal normal 100% "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
}
a:link {
	color: #0099cc;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #0077aa;
	background-color: transparent;
	text-decoration: none;
}

a:hover, focus {
	color: #e00;
	background-color: transparent;
	text-decoration: underline;
}

body {
	font: normal 0.9em "Trebuchet MS", Helvetica, sans-serif;
	margin: 10px;
	padding: 0;
	border: none;
	background: url(../images/bodybg.gif) repeat-x;
	/*text-align: center;*/
}


table {
/*	
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	font: normal 0.9em "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	width: 90%;*/
	background-color: transparent;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table caption {
	display: none;
}

td {
	background-color: transparent;
	color: #000;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border: 1px #fff solid;
}



th {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	/*font-size: 12px;*/
	font-weight: bold;
}

table th img, table td img {
	border: none;
}

/*form {
	width: 100%;
	display: inline;
}*/

h1, h2, h3, h4, h5, h6 {
	/*background: transparent;*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: capitalize;
	/*margin: 0 0 3px 0;*/
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
}

img {
	border: none;
}

object {
	border: 0;
	margin: 0;
	padding: 0
}

p {
	font-size: 90%;
	line-height: 110%;
	voice-family: inherit
}

.ak {
	text-decoration: underline;
}






