/* Krystal Kreek Toggs style sheet */

/* classes */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.violet_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6633FF;
}
p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h2.banner {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	background-color: #CCCCFF;
	border: thin solid #6633FF;
	text-align: center;
	padding: 5px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 2px;
	background-position: center;
}
.top {
	margin-top: 0px;		
}
/* links */
a:link {
	color: #CC33FF;
}
a:visited {
	color: #CC33FF;
}
a:hover {
	color: #6600FF;
}

/* html tags */
body {
	background-color: #FFFFCC;
}
h1 {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 18pt;
	margin-bottom: 2px;
}
h2 {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 16pt;
	margin-bottom: 2px;
}
h3 {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;	
	color: #6633FF;
	margin-bottom: 2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
hr {
	line-height: 3px;
	color: #6633FF;
}
th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
