﻿@import url(layout.css);
/* General Body Styles */
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style2 {
   color: #800000;
}
.style3 {
   border-style: solid;
   border-width: 1px;
   padding: 1px 4px;
}
.style4 {
   margin-left: 10px;
   border-color: #CCAA77;
   border-width: thin;
   padding: 10px;
   border-style: solid;
}
.style14 {
	font-family: Verdana;
	font-size: small;
	background-color: #CCFF33;
	text-align: center;
	color: #000000;
}
.style15 {
	background-color: #FFFF00;
	text-align: center;
	color: #000000;
}

