@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
background-color:#eee;
color:inherit;
}
p, ul, li, h2, h3{
padding:0;
margin:0;}
#master{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	top: 20px;
}
.clr{
clear:both;
width:1px;
height:1px;
margin-left:-1px;
font-size:1px;
}
.link{
	position:relative;
	padding-top: 20px;
	height: 40px;
	left: 40px;
}

.link a, .link a:hover{
	color:#CC6600;
	background-color:inherit;
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	letter-spacing:0.2em;
}
.link a:hover{
	color:#cc3300;
	background-color:inherit;
	text-decoration:none;
	float: right;
}

.t_wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	width:95%;
}
.row_header{
	position:relative;
	background-color:#eee;
	float: left;
	width:100%;
	font:bold 13px Georgia, serif;
	color:#FFFFFF;
	line-height:25px;
	background:url(../linkimages/table_header.gif) repeat-x #474747;
}
.row_header p{
	padding:0;
}
.row_header .c1{
	background:url(../linkimages/tl.gif) no-repeat;
}
.row_header .c6{
	background:url(../linkimages/tr.gif) top right no-repeat;
}

.tr{
	position:absolute;
	top:0;
	right:-1px;
	width:10px;
	height:10px;
	background-image:url(../linkimages/tr.gif);
}
.row_odd, .row_even{
	position:relative;
	background-color:#eee;
	float: left;
	width:100%;
	padding:10px 0;
	border-bottom:2px solid #ccc;
}
.row_even{
	background-color:#f8f8f8;
	border-bottom:2px solid #dcdcdc;
}

.c1, .c2, .c3, .c4, .c5, .c6{
	position:relative;
	float:left;
}
.c1{width:240px; text-align:center }
.c2{width:240px;
    border:0px 0px 20px;}
.c3{width:400px;}
}
.t_wrapper p{
	margin:0;
	padding:0 10px 20px;
}
.t_wrapper img{
}
.title {
	text-align:center;
	width:100%;
	font:bold 24px Georgia, serif;
	color:#CC6600
}
