/* CSS Document */
a {	
	color: #3366CC;	
	text-decoration: none
}
body {	
	background-color: #ffb5c5;
	font-family: Garamond, Helvetica, sans-serif;	
	font-size: 1em;	
	color: #ffffff;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px
	}
div {
	letter-spacing: 20px;
	text-align:center
	}
h5 {
	font-family: "Times New Roman", Times, serif;
	margin: 10px
	}
h2 {
	font-family: Palatino, Helvetica, sans-serif;
	font-size: 20pt
	}
h3 {	
	font-family: Palatino, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #cfcfcf;  	
	color: #DCDCDC
	}
h4 {
	font-family: Palatino, Helvetica, sans-serif;
	font-size: 16pt
	}
img {padding: 0px
	}
p {
	font-size: 12pt;
	font-family: Bookman, Helvetica, sans-serif;
	color: #000000
	}
p.right {
	text-align: right
	}
p.center {
	text-align: center
	}
p.left {
	text-align: left
	}

span {
	background-color: #ffb5c5;
	padding: 15px;
	border-width: 3px;
	border-style: groove;
	border-color: #000000;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px
	}


table {
	color: #FFFFFF;
	}
td, th {	
	font-family: Palatino, Helvetica, sans-serif;
	color: #333333
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12pt
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
.smcap {
	font-variant: small-caps
	}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC
	}
.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
/*Generic psuedo classes for links */
a:link {
	color: #800000;
	text-decoration: none
	}
a:visited {
	color: #cd2626;
	text-decoration: none
	}
a:hover {	
	color: #ffff00;
	text-decoration: underline
	}
a:active {
	color: #ffff00;
	text-decoration: underline
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}
/*Paste this before close of head: <link rel="stylesheet" type="text/css" href="./stylesheet1.css" />*/

