
.itemText { text-decoration: none; color: white; font: 11px Arial, Helvetica }

.itemHover {
	text-decoration: none;
	color: white;
	font: bold 11px Arial, Helvetica;
}

.itemBorder {
	border: 1px solid #97B7F9;
}

.crazyText {
	text-decoration: none;
	color: #9FBED0;
	font: Bold 11px Arial, Helvetica
}

.crazyHover {
	text-decoration: none;
	color: #71FFEA;
	font: Bold 11px Arial, Helvetica
}

.crazyBorder {
	border: 1px outset Green;
}

.crazyBorderOver {
	border: 1px inset Teal;
}



body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

border-bottom{
	border-bottom : thick;
}

a {
	color : Blue;
	text-decoration : none;
	font-weight : bold;
}
a:hover{
	color : Blue;
	text-decoration : underline;
}

hr{
	width : 100%;
	color : #97B7F9;
	height: 1px;
}
h1{
	font-size : 20px;
	text-decoration : underline;
	font-weight : lighter;
}
h2{
	font-size : 16px;
	font-weight : bold;
}

h3{
	font-size : 12px;
	font-weight : bold;
}

p{
	font-size: 13px;
}

table{
		font-size: 13px;
}