/* Default CSS Stylesheet for a new Web Application project */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #737373;
	border-left-color: #737373;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3475A2;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding:10px;
	
}


.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-image: url(image/button_back.gif);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	height:18px;
	cursor:hand;
}

.navbar {color: #FFFFFF;} 

.navbar a:link {	
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
.navbar a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
.navbar a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: underline;
}
.navbar a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}

.linkshead {color: #3475A2;} 

.linkshead a:link {	
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #3475A2;
text-decoration: none;
}
.linkshead a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #3475A2;
text-decoration: none;
}
.linkshead a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
text-decoration: underline;
}
.linkshead a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #3475A2;
text-decoration: none;
}
.tab_border {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5AA3C0;
	border-left-color: #5AA3C0;
}

.search_back
{
background-image:url(image/directory_13.gif);
height:34px;
}
.footer
{
background-image:url(image/footer.gif);
height:110px;
background-position:top left;
background-repeat:no-repeat;
}

.ad_back_new
{
background-image:url(image/ads_back.gif);
height:110px;
background-position:top left;
background-repeat:no-repeat;
}
.ad_back_new_vertical
{
background-image:url(image/ads_back_2.gif);
height:820px;
background-attachment:fixed;
background-position:right;
background-position:top;
background-repeat:no-repeat;
}
