
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #EAECED;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-size: 12px; 
    font-family: verdana,trebuchet,sans-serif;  
}

.tablebg {background:#ffffff url('images/header_r2_c1.jpg') no-repeat top center}


td {
	font-family: Verdana,Geneva,Helvetica,Arial;
}

p, ul, li {
	font-family: Tahoma, Verdana, trebuchet;
	color: #222222;
	font-size: 120%;
	text-align: left;
}

h1 {
	font-family: Tahoma;
	color: #000000;
}

h2, h3 {
	text-align: center;
	font-family: Tahoma;
	color: #542b55;
}

.search-container {
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0px auto;
    padding: 8px 5px 5px 5px;
    border: 1px solid #FBD292;
    background: #FFFFFF url(../images/form-background-small.jpg) no-repeat;
    color: #444444;
	width: 205px;
}

.custom-input[type=text] {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: .4em;
	background: #cbd3f1 none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #444444;
	font-size: 1em;
	padding: .0em;
	margin: 0px 0px 0px 0px;
	background:transparent url(../images/subfield.jpg) no-repeat top left;
	height: 20px;
}

.custom-input[type=button],
.custom-input[type=reset],
.custom-input[type=submit] {
	-moz-border-radius: .4em;
	background-color: #555555;
	border: 1px solid #CCCCCC;
	color: #ffffff;
	font-size: .85em;
	margin: 0 .3em;
	padding: .15em .4em;
}

.custom-input[type=button]:hover,
.custom-input[type=reset]:hover,
.custom-input[type=submit]:hover {
	background-color: #FE8512;
	border: 1px solid #CCCCCC;
	color: #ffffff;
	cursor: pointer;
}

.custom-input[type=button]:focus,
.custom-input[type=reset]:hover,
.custom-input[type=submit]:focus
{
	background-color: #F5662A;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	cursor: pointer;
}

.custom-label {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent none repeat scroll 0 0;
	display: block;
	margin: 0em 0em 0em 0em;
	width: 15em;
	font-size: 0.9em;
	color: #333333;
}

.custom-label[for] {
	text-align: left;
}

.googleads {
	font-family: Tahoma;
	font-size: 11px;
} 

.footercontent {
	text-align: center;
	font-family: Tahoma;
	color: #999999;
	font-size: 11px;
}

.container-browse {
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0px auto;
    padding: 10px 10px 10px 10px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF url(../images/background-browse.jpg) repeat;
    color: #444444;
	width: 195px;
}

.container-google {
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0px auto;
    padding: 10px 10px 10px 10px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF url(../images/background-google.jpg) repeat;
    color: #444444;
	width: 180px;
}

a:link { 
   color: #0000ff;  
   text-decoration: underline; 
   
}

a:visited { 
   color: #0000ff;
   text-decoration: underline;
   
}

a:active { 
 color: #000000;  
 text-decoration: none; 
 
}

a:hover { 
 color: #f5662a; 
 text-decoration: none;
 
}

.breadcrumb {
	text-align: left;
	font-family: Tahoma;
	color: #999999;
	font-size: 12px;
}

.breadcrumb a {
	color: #0000ff;
	
}

.breadcrumb a:visited {
	color: #0000ff;
	
}

.breadcrumb a:hover { 
 color: #ffa51d; 
 text-decoration: none;
 
}

.topic-description {
	text-align: left;
	font-family: Tahoma;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
}

.category-heading {
	text-align: left;
	font-family: Tahoma;
	color: #F5662A;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
}