
body	{
	background-color: #1D1D1F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	margin-top: 0px;
	margin-bottom: 0px;
}


table.layout	{	
	width: 600px;
	padding: 0px;
	margin: 0 auto 0 auto;
	height: 100%;
	border: 0px solid #fff;
		
}
td.layoutNavi	{
	background-image: url(img/nav_bg.gif);
	height: 21px;
	border-left: 1px solid #626266;
	border-right: 1px solid #626266;
}

td.layoutContent	{
	background: #3C3C42;
	width: 600px;
	height: 90%;
	line-height: 140%;
	color: #E5E5E5;
	font-size: 70%;
	padding: 20px;	
	vertical-align: top;
	border-left: 1px solid #626266;
	border-right: 1px solid #626266;
}

td.layoutContentBlink	{
	background: #3C3C42;
	width: 600px;
	height: 90%;
	line-height: 140%;
	color: #E5E5E5;
	font-size: 70%;
	padding: 20px;	
	vertical-align: top;
	border-left: 1px solid #626266;
	border-right: 1px solid #626266;
        text-decoration: blink;
	
}
td.layoutFooter	{
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 37px;
	color: #CC8417;
	font-size: 60%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #626266;
	
}

h1	{
	color: #CC8417;
	font-size: 170%;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
}

h2 {
	color: #CC8417;
	font-size: 140%;
	padding-top: 0.7em;
	padding-bottom: 0.1em;
}

h3 {
	color: #CC8417;
	font-size: 110%;
	padding-top: 0.7em;
	padding-bottom: 0.1em;
}

a	{
	color: #3CA8C3;
	text-decoration: none;
	font-weight: bold;
}

.picLink	{
	border: 0px;
}

.text	{
	line-height: 140%;
	color: #E5E5E5;
	font-size: 70%;
}
	
.textHigh	{
	font-style: italic;
	font-weight: bold;
}	

.textOrange	{
	color: #CC8417;
}


.input	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 12px;
	width: 250px;
}



.inputtext		{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5E5;
	font-weight: bold;
	border : 1px solid #626266;
	background-color : #3CA8C3;
	width: 100px;
}


