body { 
	font-family: Times New Roman, sans-serif;  
	color: #000;
	margin: 0px;
}

a:link {
	color: #903;
	text-decoration: underline;
}

a:active { 
	color: #C99;
	text-decoration: underline;
}

a:visited {
	color: #603;
	text-decoration: underline;
}

.date {
	font-family: Verdana, Times New Roman, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.date a:link, .date a:visited, .date a:active {
	color: #FFF;
	text-decoration: underline:
}


.button {
	font-family: Verdana, Times New Roman, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 7px;
}

.button a:link, .button a:visited, .button a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(images/pink_bg.gif);
	border: 1px solid;
	border-color: #CCC;
	padding: 4px;
}

.button a:hover {
	background-image: url(images/darkpink_bg.gif);
	color: #FFF;
	border-bottom: 1px solid;
	border-color: #999;
}

.subbutton {
	font-family: Verdana, Times New Roman, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
}
	

.button2 {
	font-family: Verdana, Times New Roman, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-top: 7px;
}

.button2 a:link, .button2 a:visited, .button2 a:active {
	color: #903;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid;
	border-color: #CCC;
	padding-bottom: 3px;
}

.button2 a:hover {
	color: #333;
	border-bottom: 1px solid;
	border-color: #999;
}

.menuhead {
	font-family: Verdana, Times New Roman, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#menu {
	padding: 12px;
}

.top {
	padding-top: 5px;
}

.head1 {
	font-family: Verdana, Times New Roman, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #903;
	padding-bottom: 5px;
}

.author {
	font-family: Verdana, Times New Roman, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	padding-bottom: 5px;
}


.head2 {
	font-family: Verdana, Times New Roman, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #903;
	padding-bottom: 5px;
}

.quote {
	font-family: Times New Roman, sans-serif; 
	font-size: 14px;
	line-height: 17px;
	color: #000;
}

.content {
	font-family: Times New Roman, sans-serif; 
	font-size: 12px;
	line-height: 15px;
	color: #000;
	padding-bottom: 12px;
}

ul {
	font-family: Times New Roman, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
	list-style: square outer;
}

ol {
	font-family: Times New Roman, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
	list-style-type: decimal;
}

.img1 {
	padding-left: 5px;
}

.img2 {
	padding-right: 5px;
}

.callout {
	font-family: Times New Roman, sans-serif; 
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	color: #000;
	background-image: url(images/25pink_bg.gif);
	padding: 8px;
}

.copyright {
	font-family: Georgia, Times New Roman, sans-serif; 
	font-size: 10px;
	color: #000;
	line-height: 13px;
}

.copyright a:link, .copyright a:active, .copyright a:visited {
	color: #033;
}