@charset "utf-8";
body
	{
	font: Verdana, Arial, Helvetica, sans-serif; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	}

a 
	{
		color:#009900;
	}

a:hover
	{
		color:#999999;
	}

h1
	{
	font-size: 16px;
	}

img
	{
	border: none;
	}
	
table 
	{
	width: 100%;
	}
	
tr
	{
	
	}

th
	{
	padding: 10px;
	margin:0px;
	text-align: left;
	vertical-align: top;
	}

td
	{
	padding: 10px;
	margin:0px;
	vertical-align: top;
	}

.content
	{
	width: 739px;
	margin: 0px auto 0px auto;
	padding: 0px;
	}

.top
	{
	background-image: url(../images/title.png);
	background-position: left top; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 58px;
	}

.nav
	{
	background-image: url(../images/navBg.png); 
	background-position: left top; 
	background-repeat: repeat-x; 
	width: 100%; 
	height: 24px; 
	text-align: left;
	}

.nav span
	{
	margin: 10px; 
	vertical-align: middle;
	}

.nav a
	{
	text-decoration: none; 
	font-weight: bold;
	}

.activeButton
	{
	}

.activeButton a
	{
	}
	
.inactiveButton
	{
	}
	
.inactiveButton a
	{
	}

.text
	{
	width: 100%;
	background-color: #f5fff7;
	/*text-align: justify;*/
	}

.text .wrapper
	{
	height: 400px;
	border: 1px solid #cccccc;
	}

.bottom	
	{
	background-image: url(../images/footer.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 44px;
	}

.ffFix
	{
	clear: both;
	}

.error
	{
	border: 1px solid red;
	background-color: #f99d9d;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	clear: both;
	}
	
.success
	{
	border: 1px solid #33FF00;
	background-color: #CCFFCC;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	clear: both;
	}
