@charset "ISO-8859-1";
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #000066;
}

p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
h1 {
	font-size: 18px;
	color: #cc6600;
	font-weight: lighter;
	text-transform: uppercase;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.home_announcement_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #339966;
}
.home_sidebar_table {
	background-color: #99CC99;
}
h4 {
	
	font-size: small;
	text-transform: uppercase;
	color: #FFFFFF;
}
.side_bar_p {
	
	font-size: small;
	font-style: normal;
	color: #000066;
}
.announce_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000066;
	text-align: left;
}
.credit_p {
	
	font-size: x-small;
	color: #000066;
}
h2 {
	
	font-size: 12px;
	color: #CC3300;
}
img {
	padding: 0px;
}
.guest {
	border: 2px dotted #FF00FF;
}
h3 {
	
	font-size: 12px;
	color: #9900FF;
}
.top_buttons {
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar_img {
	margin: 0px;
	padding: 0px;
}


/*================CELL BORDER STYLES*==================*/
.BTopRight {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0071BC;
	border-right-color: #0071BC;
}
.BTopLeft {
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #0071BC;
	border-left-width: thin;
	border-left-color: #0071BC;
}
.BBottomRight {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #0071BC;
	border-right-color: #0071BC;
	border-bottom-width: thin;
	border-bottom-color: #0071BC;
}
.BBottomLeft {
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-color: #0071BC;
	border-left-color: #0071BC;
}
.BRight {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #0071BC;
}
.BLeft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #0071BC;
}
.BTop {
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0071BC;
}
.BBottom {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #0071BC;
}

/*===============END DOTTED BORDERS===============*/
.crossout {
	text-decoration: line-through;
}
