body{
	background:url('bg.jpg') repeat;
	font-size: 12px;
	font-family: verdana;
	color: #122742;
	letter-spacing: 1px;
	cursor:ne-resize;
}

.tdcontent{
	background:url('images/index_05.jpg') no-repeat;
	padding-left: 70px;
	padding-right: 70px;
	vertical-align: top;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #F41C4D;
	margin-bottom: 5px;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 24px;
	margin-top: 10px;
}

h2{
	color:#879CA3;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	margin-top: 12px;
}

.td1 {
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	height: 133px;
}

.td2 {
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

.td3 {
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	height: 144px;
}

.td4 {
	background-image: url(images/index_04.jpg);
	background-repeat: no-repeat;
	height: 87px;
}

.bottom{
	background:url('Bottom.jpg');
	height:155px;
	text-align: center;
}

b, strong{
	color:#4A89A8;
}

i, em{
	color:#F01440;
}

a:link, a:active, a:visited{
	color:#020B11;
	text-decoration: none;
	font-family: courier;
}
a:hover{
	color:#477292;
	cursor: se-resize;
}

.navigation {
	padding:0px;
	text-align:center;
	}
	
.navigation li {
float:left;
}

.navigation a 
{
	font-size:10px;
	display:block;
	width:90px;
	text-decoration:none;
	color:#F72857;
	font-family: verdana;
}

.navigation a:hover {
	color:#FFFFFF;
	width:90px;
	cursor:crosshair;
	text-decoration:none;
	background-color: #95C4D8;
}
ul.navigation {
	list-style-type: none;
}