/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin: 0px  0px; 
	padding: 0px  0px;
}

form {
	margin: 0px  0px; 
	padding: 0px  0px;
}

/*
p {
	text-indent: 30px;
}
*/

/* General font families for common tags */
font,th,p { font-family: Tahoma,MS Sans Serif,Microsoft Sans Serif; }
a:link { 
		color:#006699 ; 
		text-decoration: none;
		border-bottom: #165e89 1px dotted; 
}
a:active { 
		color:#006699 ; 
		text-decoration: none;
		border-bottom: #165e89 1px dotted; 
}
a:visited { 
		color:#006699 ; 
		text-decoration: none;
		border-bottom: #165e89 1px dotted; 
}
a:hover { 
		color:#006699 ; 
		text-decoration: none; 
		border-bottom: #165e89 1px solid; 
}

td {font-family: Tahoma,MS Sans Serif,Microsoft Sans Serif; font-size: 12px; color:#316865}

/* General text */
.fonthead { font-size : 16px; color : #316865; font-weight: bold}
a.fonthead:link,a.fonthead:active,a.fonthead:visited { color : #316865; text-decoration: none;}
a.fonthead:hover { color: #316865; text-decoration: underline;}

.fontlarge { font-size : 14px; color : #316865;}
a.fontlarge:link,a.fontlarge:active,a.fontlarge:visited { color : #316865; text-decoration: none;}
a.fontlarge:hover { color: #316865; text-decoration: underline;}

.fontnormal { font-size : 12px;color : #316865;}
a.fontnormal:link,a.fontnormal:active,a.fontnormal:visited { color : #316865; text-decoration: none;}
a.fontnormal:hover { color: #316865; text-decoration: underline;}

.fontsmall { font-size : 11px;}
a.fontsmall:link,a.fontsmall:active,a.fontsmall:visited { color : #316865; text-decoration: none;}
a.fontsmall:hover { color: #316865; text-decoration: underline;}

.fonttiny { font-size : 10px;}
a.fonttiny:link,a.fonttiny:active,a.fonttiny:visited { color : #316865; text-decoration: none;}
a.fonttiny:hover { color: #316865; text-decoration: underline;}

.footlink { font-size : 9px;}
a.footlink:link,a.footlink:active,a.footlink:visited { color : #FFFFFF; text-decoration: none;}
a.footlink:hover { color: #FFFFFF; text-decoration: underline;}

.imageslink { font-size : 9px;}
a.imageslink:link { color : #FFFFFF; text-decoration: none; border-bottom: #FFFFFF 0px dotted; }
a.imageslink:active { color : #FFFFFF; text-decoration: none; border-bottom: #FFFFFF 0px dotted; }
a.imageslink:visited { color : #FFFFFF; text-decoration: none; border-bottom: #FFFFFF 0px dotted; }
a.imageslink:hover { color: #FFFFFF; text-decoration: none; border-bottom: #FFFFFF 0px dotted; }

/* Line Horizontal */
td.horizontal { 
		width: auto;
		height: 1px; 

		background-image: url(images/hdott.gif);
		background-repeat: repeat-x;
		background-position:center;
} 

/* Line Vertical */
td.vertical { 
		width: 1px; 
		height:auto;

		background-image: url(images/vdott.gif);
		background-repeat: repeat-y;
		background-position:center;
} 

/* Frame Images */
td.frameimages { 
		border-color: #BCB893 #BCB893 #BCB893 #BCB893;
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
} 