/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 22px;
	padding: 3px;
	text-align: left;
}
table{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #222;
	line-height: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #990000;
}

.navigation{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #EEE;
	text-decoration: none;
	display: block;
	padding: 6px;
	width: auto;
	background-color: #A00;
}


.navigation:hover{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px;
	width: auto;
	background-color: #700;
}
.borders	{
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #D10000;
	border-right-color: #D10000;
	border-bottom-color: #D10000;
	border-left-color: #D10000;
}

.borders1	{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #D10000;
	border-right-color: #D10000;
	border-bottom-color: #D10000;
	border-left-color: #D10000;
}


.borders2	{
	BORDER: 2 px double #990000;
}
h1 {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.bold2 {
	font-size: 14px;
}
.bold3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #990000;
	text-align: left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.date {
	color: #FBF1E4;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: single;
	border-right-style: single;
	border-bottom-style: single;
	border-left-style: singlee;
	border-top-color: #D10000;
	border-right-color: #D10000;
	border-bottom-color: #D10000;
	border-left-color: #D10000;
	background-color: #D10000;
}

