/* CSS Document */

body {
	margin: 0px auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

table, td, tr {
	margin: 0 auto;
	padding: 0px;
}

.content ul {
	margin-top: 0;
}

.content td {
font-size:12px;
line-height:15px;
}

/*
li {
	padding: 0px;
	color: #000000;
}
*/

/* Header Start */

.menuu {
	font-size:12px;
	color: #FFFFFF;
}

a.menuu:link, a.menuu:visited {
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
}

a.menuu:hover {
	text-decoration:underline;
	color: #FFFFFFF;
	font-weight:bold;
}

.heading_banner {
	font-family:'Lucida Grande';
	font-size:30px;
	color:#FFFFFF;
}

.content_banner {
	font-size:12px;
	color:#FFFFFF;
}

/* Header End */

/* Content */

.content_heading {
	font-family:'Lucida Grande';
	font-size:16px;
	color: #FFFFFF;
}

.content_heading2{
	font-family:'Lucida Grande';
	font-size:24px;
	color: #000000;
}

.content_heading3{
	font-family:'Lucida Grande';
	font-size:18px;
	color: #000000;
}

.content {
	font-size:12px;
	color: #000000;
	line-height:18px;
}

.content_link {
	font-size:12px;
	line-height:20px;
	color: #004FA8;
}

a.content_link:link, a.content_link:visited {
	text-decoration:none;
	color: #004FA8;
}

a.content_link:hover {
	text-decoration:underline;
	color: #004FA8;
}

.lining {
	padding-top:5px;
	padding-bottom:5px;
	background:url(../images/website/lining.gif) repeat-x left;
	height:8px;
	width:auto;
}

.breadcrumb {
	font-size:10px;
	color: #000000;
}

a.breadcrumb:link, a.breadcrumb:visited {
	text-decoration:none;
	color: #000000;
}

a.breadcrumb:hover {
	text-decoration:underline;
	color: #000000;
}

.content_form {
	font-size:12px;
	color: #000000;
	line-height:30px;
}

.textbox {
	border:#969696 1px solid;
	background: #FFFFFF;
/*	height:18px;*/
	width: 88px;
}

.listbox { 
	height:18px;
}

.button {
	background:#004FA8;
	border:#004FA8 0px solid;
	font-family:Helvetica;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	height:20px;
}

/* End Content */

/* Footer Start */

.footer{
	color:#000000;
	font-size:12px;
}

.footer a:link, .footer a:visited{
	color:#000000;
	text-decoration:none;
}

.footer a:hover{
	color:#000000;
	text-decoration:underline;
}

/* Footer End */