html, body
{
	margin: 0;
	padding: 0;
}

h1
{
	margin: 0;

}

body
{
	background: transparent url(images/page_bg.jpg) repeat-x top;
}

#main
{
	width: 828px;
	
	margin: 0 auto;
}

#menu
{
	background: transparent url(images/menu_bg.jpg) repeat-x top;
	height: 60px;
	border: solid 1px #50440f;
}

#menu a
{
	background: url(images/menu_separator.jpg) no-repeat top right;
	
	display: block;
	height: 60px;
	padding-top: 15px;

	font: bold 12px Arial;
	color: #000069;
	
	text-decoration: none;
	
	text-align: center;
}

#menu a.last
{
	background: none;
}

#menu td.curent
{
	background: url(images/arrow2.gif) no-repeat top center;
}

.title
{
	background: transparent url(images/title_left.gif) no-repeat top left;
	padding-left: 6px;
}

.title div
{
	background: transparent url(images/title_right.gif) no-repeat top right;
	padding-right: 6px;
}

.title div div
{
	background: url(images/title_bg.jpg) repeat-x top;
	height: 61px;
	
	font: bold 25px Arial;
	color: #313030;
	
	padding-top: 20px;
	padding-left: 20px;
}

.title div div img
{
	vertical-align: middle;
	padding-bottom: 10px;
}

#content
{
	background: #e2e2e2;
	
	border-left: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	
	padding: 30px 0 30px 0;
}

.pad
{
	padding: 0 30px 0 30px;
}

.card h1
{
	background: url(images/card_name.jpg) no-repeat top left;
	
	width: 255px;
	height: 24px;
	
	padding-left: 10px;
	padding-top: 10px;
	
	font: bold 13px Arial;
	color: #fff;
}

.card table
{
	width: 100%;
	
	border: solid 1px #aaa;
}

.card th
{
	background-color: #D4D4D4;
	font: normal 11px Arial;
	
	vertical-align: bottom;
	text-align: center;
	
	border: solid 1px #aaa;
}

.card td
{
	background-color: #fff;
	font: normal 11px Arial;
	
	vertical-align: middle;
	text-align: center;
	
	border: solid 1px #aaa;
}

.card1 table
{
	width: 100%;
	
	border: solid 0px #aaa;
}

.card1 th
{
	background-color: #D4D4D4;

	
	vertical-align: bottom;
	text-align: left;
	
	border: solid 0px #aaa;
}

.card1 td
{
	background-color: #fff;
	
	
	vertical-align: middle;
	text-align: left;
	
	border: solid 0px #aaa;
}

.card img
{
	padding: 10px;
	border: 0;
}

#cfooter
{
	background: #e2e2e2 url(images/cfooter_left.jpg) no-repeat bottom left;
	padding-left: 9px;
}

#cfooter div
{
	background: #e2e2e2 url(images/cfooter_right.jpg) no-repeat bottom right;
	padding-right: 9px;
	
	height: 7px;
}

#cfooter div div
{
	background: #e2e2e2 url(images/cfooter_middle.jpg) repeat-x bottom;
}

#footer
{
	height: 139px;
	
	background: url(images/footer_bg.jpg) repeat-x top;
	
	font: normal 12px Arial;
	color: #fff;
	
	text-align: center;

}

#footer a
{
	font: normal 12px Arial;
	text-decoration: none;
	color: #fff;
	
	padding: 15px;
}

#footer span
{
	padding-right: 15px;
}

h2
{
	margin: 0;
	padding: 0;
	
	background: url(images/semi_title_bg.jpg) repeat-x top;
	height: 30px;
	
	padding-top: 8px;
	padding-left: 30px;
	
	font: bold 18px Arial;
	color: #666667;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}

.style3 {
	font: 12px Arial
}

