BODY {
	background-image : url(images/bg01.jpg);
	background-attachment : fixed;
	border-left-color : Silver;
	border-left-width : 40px;
	border-left-style : solid;
	border-right-color : Silver;
	border-right-width : 40px;
	border-right-style : solid;
	scrollbar-DarkShadow-Color: black;
	scrollbar-Face-Color: Silver;
	scrollbar-Track-Color: none;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	text-align : center;
	color : Black;
	text-shadow : 4px;
}

.title2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Black;
	text-align : center;
	font-weight : bold;
	text-decoration : underline;
}


.dropcap {
	font-size : 200%;
	font-family : serif;
	font-weight : bold;
	color : Red;
}

.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15;
	font-weight : bold;
	text-align : left;
	color : Black;
	text-indent : 10px;
}

.small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bolder;
}


A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 100%;
	color : Gray;
	text-decoration : none;
}
A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 100%;
	color : Gray;
	text-decoration : none;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 100%;
	text-decoration : underline;
	color : Black;
}
A:ACTIVE {
        font-family : Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size : 100%;
        text-decoration : underline;
        color : Gray; 




