/* CSS Document */
/*A:link { color : #5C6294; font-family: Arial, Helvetica; font-size : 15px; text-decoration:none;font-weight: normal;}
A:active { color : #5C6294; font-family: Arial, Helvetica; font-size : 11px; text-decoration:none;font-weight: normal;}
A:visited { color : #5C6294; font-family: Arial, Helvetica; font-size : 11px; text-decoration:none;font-weight: normal;}
A:hover { color : #333366; font-family: Arial, Helvetica; font-size : 11px; text-decoration:none;font-weight: bold;}

A:language:link { color : #5E5E8C; font-family: Arial,Helvetica; font-size : 9px; text-decoration:none;font-weight: bold;}
A:language:active { color : #5E5E8C; font-family: Arial,Helvetica; font-size : 9px; text-decoration:none;font-weight: bold;}
A:language:visited { color : #5E5E8C; font-family: Arial,Helvetica; font-size : 9px; text-decoration:none;font-weight: bold;}
A:language:hover { color : #A5A6BD; font-family: Arial,Helvetica; font-size : 9px; text-decoration:none;font-weight: bold;}
*/


#button {
	width: 222px;
	height: 200px;
	border-right: 1px solid #000;
	padding: 0 0 25px 0;
	margin-bottom: 100px;/*1em;*/
	font-family: Trebuchet MS, Lucida Grande,
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #CC9900;
	/* background-color: orange;*/
	color: #333;
	}


	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #CC9900;
		margin: 0;
		}


	#button li a {
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 10px solid #FF9966;
	border-right: 10px solid #FFCC66;
	background-color: #CC3300;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
		}

	/*html>body #button li a {
		width: auto;
		}*/

	 #button li a:hover {
	border-left: 10px solid #cc6600;
	border-right: 10px solid #ff9966;
	background-color: #ff6600;
	color: #fff;
	font-size: 16px;
		} 
	.footer a:link,.footer a:active, .footer a:visited 	
	     { font-family: Arial, Helvetica;
			font-size : 12px;
			color: black;
			font-weight: normal;
			text-decoration:none;
		}
	.footer a:hover
	     { font-family: Arial, Helvetica;
			font-size : 12px;
			color: red;
			font-weight: normal;
			text-decoration:none;
		}


.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
	padding-left: 10px;
	text-align: center;



}
	.navigation a:link,.navigation a:active, .navigation a:visited, .navigation 	
	     { font-family: Arial, Helvetica;
			font-size : 14px;
			color: #666666;
			font-weight: normal;
			text-decoration:none;
		}
	.navigation a:hover
	     { font-family: Arial, Helvetica;
			font-size : 14px;
			color: #666666;
			font-weight: bold;
			text-decoration:underline overline;
		}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CC0000;
	text-decoration: none;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;

}
.descleft {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
	padding-left: 10px;
	text-align: left;
}
