.basefont     {
	font-size: 12px;
	font-family: arial, helvetica, times new roman, sans-serif;
	color: Black;
}
.basefontbold { font-size: 12px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600; font-weight: bold }
.basefontbolditalic { font-family: arial, helvetica, times new roman, sans-serif; font-size: 12px; color: #666600; 
               font-style: italic; font-weight: bold }
.basefontitalic   { font-size: 12px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600 font-style: italic; }
			   
.smallfont   { font-size: 10px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600 }
.smallfontbold { color: #666600; font-family: arial, helvetica, times new roman, sans-serif; font-size: 10px; font-weight: bold }
.smallfontitalic   { font-size: 10px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600 font-style: italic; }

.largefont     { font-size: 14px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600 }
.largefontbold { font-size: 14px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600; font-weight: bold }


.header1font { font-size: 14px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600 }
.header1fontbold { font-size: 14px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600; font-weight: bold }

.titlefont { font-size: 20px; font-family: arial, helvetica, times new roman, sans-serif; color: #666600; font-style: italic; font-weight: bold }

.footertext { font-size: 10px; font-family: arial, helvetica, times new roman, sans-serif; color: #FFFFFF; font-weight: bold }

.lineon    {text-decoration:underline;
}

.lineoff    {text-decoration: none;
}

a{
	text-decoration: none;
	color: #00008B;
	font-weight: bold
}

a:hover{
	text-decoration:underline;
	color: #6A5ACD;
	font-weight: bold
}

td{
	font-size: 12px;
	font-family: arial, helvetica, times new roman, sans-serif;
	color: #000000;
	font-weight: normal;
}

.sidebar
{
	text-decoration: none;
	color: #F0F8FF;
	
}

a.sidebar {
	font-size: 12px;
	/*width: 100px;*/
}

.sidebar:hover
{
	text-decoration:underline;
	color: #FDF5E6;
	font-weight: bold
}

h2 {
	font-size: 17px;
	}
	
h1 {
	font-size: 22px;
	}
	
blockquote.note {
	font-style: italic;
	}
	
img.accomimage {
	border-top:2px solid #A19E85;
	border-left:2px solid #A19E85;
	border-bottom:2px solid #A19E85;
	border-right:2px solid #A19E85;
}
