/* CSS Document */

body { 
	text-align: center;
	background-color : #E9F7FC;
	padding : 0px;
	margin: 0px; 
	height: 100%;
}

.content_table {
	font-family: Verdana;
	font-size: 11px;
	color: #333333; 
	line-height:130%;
	overflow: hidden;
	text-decoration: none;
}

a.content_table  {
	color: #535A35; 
	line-height:130%;
	text-decoration: underline;
}

a:hover.content_table  {
	color: #464A34; 
	text-decoration: underline;
}

/* -------- */

.content_main {
	font-family: Verdana;
	font-size: 12px;
	color: #333333; 
	line-height:130%;
	overflow: hidden;
	text-decoration: none;
}

a.content_main  {
	color: #513b20; 
	line-height:120%;
	text-decoration: underline;
}

a:hover.content_main  {
	color: #513b20; 
	text-decoration: underline;
}

.content_title {
	font-family: Verdana;
	font-size: 12px;
	color: #333333; 
	font-weight: bold
	line-height:130%;
	overflow: hidden;
	text-decoration: none;
}