/* P.B. Dionisio Website Stylesheet */

/* General Definitions */

body {
	font-family : Arial, Helvetica, sans-serif;
	margin : 5px 0px 5px 0px;
	background-color : #336699;
}

.bodybkg {
	background-image : url(../images/bkg_nav.gif);
}

.news
{
	font-size : 13px;
	color : #000000;
}

table, td {
	font-size : 11px;
	color : #000000;
}

input, textarea, select {
	font : 11px Arial, Helvetica, sans-serif;
}

a {
	color : #507BA7;
	text-decoration : none;
}

a:hover {
	color : #2A527B;
	text-decoration : underline;
}

.headertext {
	color : #35679A;
	font : bold 12px;
}

.footer {
	background-color : #243049;
	font-weight : bold;
	color : #FFFFFF;
}

a.ftrlink {
	color : #76C1F1;
	text-decoration : none;
}

a.ftrlink:hover {
	color : #FFFFFF;
	text-decoration : none;
}
