@import url("menus.css");
a:link {
	color: #000066;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #996600;
}
a:active {
	color: #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

p, td, li, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li.roman {
	margin-bottom: 10px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

li.sqbullet {
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: -10px;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #2B589C;
}

.padded20 {
	padding: 20px;
}.padded10 {
	padding: 10px;
}
.padded5 {
	padding: 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B589C;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #2B589C;
}
.hearttop {
	background-image:   url(images/page_heart_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nounderline {
	text-decoration: none;
}
.leftpic {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;

}
.padleft {
	padding-left: 30px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6386BB;
}
.redbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.tgrad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 10px;
	line-height: 10px;


}
.nograd {
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;


}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4A74B3;
}
.larger {
	font-size: 14px;
}
.red {
	color: #FF0000;
}
.borderbottom {
	border-bottom: 1px solid #BDCEE5;
}
.rightpic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.black {
	color: #000000;
}
.blue {
	background: #C1D5F0;
	padding: 5px;
	display: block;



}
 div.blue p {	font-size: 14px; }

