body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt; 
	line-height:150%;
/*	background-color:yellow; /* to see where is affected */
}

*{
  margin: 0px;
  padding: 0px;
} 

img.front
{
	width:253px; 
	float:left; 
	margin:5px
}

#header {
/*	border-bottom:1px solid #000; */
	height:125px;
	width:100%; 
	background-image:url(images/web_header_new_r.jpg); 	
	background-repeat:repeat-x; 
	text-align:right;
	font-size:8pt;
}
#header a:link {color:#FFFFFF; text-decoration:none;}      /* unvisited link */
#header a:visited {color:#FFFFFF; text-decoration:none;}  /* visited link */
#header a:hover {color:red; text-decoration:none;}  /* mouse over link */
#header a:active {color:red; text-decoration:none}  /* selected link */

hr
{

	color: red;
	height: 1px; 
	text-align: center;
	width: 95%;
	margin: auto;
	background-color: red;

}

p
{
	text-indent: 50px;
	text-align: left;
}

ul 
{
	list-style: disc inside none;
	color: #030943;
}

.buffer
{
	margin-left: 10px;
}
	
.titlehead
{
	font-family: Century Gothic, Arial, serif;
/* font-size:14pt;  /*without this line we can add this class to headers (<h1><h2>...) keeping size and gaining formatting */
	font-variant: small-caps; 
	font-weight: bold; 
	color: #030943; 
}

.smallhead
{
	font-family: Century Gothic, Arial, serif;
	color: #030943;
	font-size: 10pt;
}

/* .content a:link 
{
	text-decoration: none;
	font-family:Century Gothic, Arial, serif;
	font-size:11pt;
	font-variant: small-caps; 
	font-weight: bold; 
	color: #EB0A1C; 
}

.content a:active {color: #EB0A1C; text-decoration: none;}

.content a:visited
{
	color: #EB0A1C;	
	text-decoration: none;
	font-family:Century Gothic, Arial, serif;
	font-size:11pt;
	font-variant: small-caps; 
	font-weight: bold; 	
}

.content a:hover {color: #030943; text-decoration: none;} */

.footNote
{
	text-align:left;
	margin-left:10px;
	font-size:8pt;
}

#footer {
	height:70px;
	width:100%; 
	background-image:url(images/web_footer_new_r.jpg); 
	background-repeat:repeat-x;
}

#pup {
	position:absolute;
	z-index:200; 
	padding: 3px;
	margin-left: 10px;
	margin-top: 5px;
	width: 150px;
	border: 1px solid #030943;
	background-color: #ffffff;
	color: #030943;
	font-size: 0.8em;
	font-family: Arial;
	font-variant: small-caps; 
	text-align: center;
}

.bodycopy
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:13pt;
	color: #030943;
	text-align: justify;
}

td img
{
	vertical-align:bottom;
	display:block;
}

#footer2
{ 
   position:absolute;
   bottom:0;
   width:100%;
}

a:link {
	color: #030943;
}
a:visited {
	color: #030943;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}

.captcha{
	height:100px; 
	margin:5px 5px
}
