/* CSS Document */

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: auto;
	}
	
	#flashcontent {
	text-align:center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;

	}
	/* end hide */

body {
	background-color:#FFFFFF;
			height:100%;
	margin: 0px;
		padding: 0;
	color:#666666;
}
tr, td {
	color:#666666;
}
/* flash css */
.brown {  color:#330000;
	font-weight: normal;
	text-decoration: none }
.gray {  color:#333333;
	font-weight: normal;
	text-decoration: none }
.big {  font-size:14;
 color:#330000;
	font-weight: normal;
	text-decoration: none }
.graybig {  color:#333333;
font-size:16px;
	font-weight: normal;
	text-decoration: none }
.green{  color:#82A977;
font-size:14px;
	font-weight: normal;
	text-decoration: none }
	
	
a:link, a:visited, a:active{
	text-decoration:underline;
}
a:hover{
	color: #666666;
	text-decoration:underline;
}