/* page styles */

BODY {
     background: #cccccc;
     font-size : 10pt;
     font-family: Arial, Verdana, sans-serif;
     color: black;
}

a img {
	border: none;
}

form {
display: inline;
}

.masform {
  display: inline;
}

.line { background: #000000; }


/* link styles */

A:link {
  font-size : 9pt;
  font-family : Arial, Tahoma, Verdana, sans-serif;
  color : #175FAF;
  font-style : normal;
  text-decoration: none;
  font-weight: bold;
}

A:active { 
  font-size : 9pt;
  font-family : Arial, Tahoma, Verdana, sans-serif;
  color : #175FAF;
  font-style : normal;
  text-decoration: none;
  font-weight: bold;
}

A:visited { 
  font-size : 9pt;
  font-family : Arial, Tahoma, Verdana, sans-serif;
  color : #CC0000;
  font-style : normal;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  font-size : 9pt;
  font-family : Arial, Tahoma, Verdana, sans-serif;
  color : #CC0000;
  font-style : normal;
  text-decoration: none;
  font-weight: bold;
}

.plain_text {
	font-size : 9pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #444444;
  	font-style : normal;
  	text-decoration: none;
  	font-weight: normal;
  	padding: 5px;
}

.quote {
	font-size : 9pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #444444;
      background-color::  #F7F7E5;
      padding: 8px 96px 8px 48px;
      font-style: italic;
}

.plain_text_bold {
	font-size : 9pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #444444;
  	font-style : normal;
  	text-decoration: none;
  	font-weight: bold;
  	padding: 5px;
}

.top-menu {
	font-size : 10pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #FFFFFF;
  	font-style : normal;
  	text-decoration: none;
  	font-weight: bold;
}

.top-menu a:link {
	font-size : 10pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #FFFFFF;
  	font-style : normal;
  	text-decoration: none;
  	font-weight: bold;
}

.top-menu a:hover {
	font-size : 10pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #FDF405;
  	font-style : normal;
  	text-decoration: none;
  	font-weight: bold;
}

.top-menu a:active {
	font-size : 10pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #FDF405;
  	font-style : normal;
  	text-decoration: none;
  	font-weight: bold;
}


.top-menu a:visited {
	font-size : 10pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #FFFFFF;
  	font-style : normal;
  	text-decoration: none;
  	font-weight: bold;
}

.plain_title {
	font-size : 12pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	background: url('images/2x1_dot.gif') bottom repeat-x;
  	color : #02754D;
  	bgcolor=#FFFFFF;  	
  	font-style : normal;
  	text-decoration: none;
  	font-weight: bold;
  	padding: 5px;
}


.plain_sub_title {
	font-size : 9pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #681621;
  	bgcolor=#FFFFFF;  	
  	font-style : normal;
  	text-decoration: none;
  	font-weight: bold;
  	padding: 5px;
}

.footer {
	font-size : 8pt;
  	font-family : Arial, Tahoma, Verdana, sans-serif;
  	color : #FFFFFF;
  	bgcolor=#FFFFFF;
  	font-style : normal;
  	text-decoration: none;
  	font-weight: normal;
  	padding: 5px;
}