/*-- body style :) --*/
body
{
	margin: 0;
	  padding: 0;
	  text-align: center;
	  font-family: verdana, sans-serif;
	  font-size: 80%;
	  color: #333333;
	  background: url(../images/top_body_bgr.jpg) repeat-x top;
}



/*-- header styles --*/
h1, h2, h3, h4, h5, h6  { 
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#444444 ;
}
    h1  {  font-size: 13pt; background: url(../images/dotted_arrow.gif) left center no-repeat; padding: 0px 0px 10px 20px; margin: 0px;font-weight: normal;}
    h2  {  font-size: 10pt; color:#454545; }
    h3  {  font-size: 120%; }
    h4  {  font-size: 100%;padding-top: 20px; }
    h5  {  font-size: 90%; }
    h6  {  font-size: 90%; border: 0; }


/*-- table style --*/
table,tr,td{
  font-size: 100%;
  border-collapse:collapse;
  margin-left:5px;
}

/*-- text block styles --*/
strong{font-family: tahoma;}



/*-- lists style --*/
ul {
	list-style-type: square;
}
ul, ol {
	margin-top: 0px;
	padding-top: 0px;
}



/*-- iamges style --*/
img {
	border: none;
}



/*-- form style --*/
form {
	margin: 0;
	padding: 0;
}
select, input {
	font-size: 8pt;
}



/*-- link style --*/
a:link {
	color: #0875b8;
}
a:visited {
	color: #495577;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #495577;
}

