html {
	overflow-y: scroll; /* forces RH scroll bar - lovely !*/
	background-color : #F1F1F1;
}
@font-face {
	font-family: calibri;
	src: url(../site/calibri.ttf);
}

body {
	font-family: calibri, sans-serif;
	color: #FF0000;
	font-size: 14px;
}


.comic12 {
	font-size: 14px;
	color: #000000;	
}
.comic18 {
	font-size: 18px;
	color: #000000;
}
.comic24 {
	font-size: 24px;
	color: #000000;	
}
.fixed {
	max-width:400px;	
}
.text09 {
	font-size: 9px;
	color: #000000;
}
.text10 {
	font-size: 10px;
	color: #000000;
}
.text10submit {
	font-size: 10px;
	color: #000000;
	background-color: #990099;
	text-decoration: none;
}
.text12submit {
	font-size: 14px;
	color: #000000;
	background-color: #990099;
	text-decoration: none;
}

.text12 {
	font-size: 14px;
	color: #000000;
}
.text12ul {
	font-size: 14px;
	color: #0000FF; // FFFF00
	text-decoration:underline;
}
.text12blk {
	font-size: 14px;
	color: #000000;
}
.text12yell {
	font-size: 14px;
	color: #880000;
	font-weight: bolder;
	text-decoration: none;
}
.text12pink {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #990099;
}
.text12grn {
	font-size: 14px;
	color: #00CC00;
	font-weight: bold;
}
.text12err {
	font-size: 14px;
	color: #FF0000;
}

.text14 {
	font-size: 14px;
	color: #000000;
}
.text14submit {
	font-size: 14px;
	color: #000000;
	background-color: #990099;
	text-decoration: none;
}
.text14ul {
	font-size: 14px;
	color: #0000FF;
	text-decoration:underline;
}
.text14link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.text14ctr {
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
}
.text14bold {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.text14err {
	font-size: 14px;
	color: #880000;
	font-weight: bold;
}
.text16 {
	font-size: 16px;
	color: #000000;
}
.text18 {
	font-size: 18px;
	color: #000000;
}
.text18blk {
	font-size: 18px;
	color: #000000;
}
.text24 {
	font-size: 24px;
	color: #000000;
}
.text36 {
	font-size: 36px;
	color: #000000;
}
.textlarge {
	font-size: large;
	color: #000000;
}
.textxx-large {
	font-size: xx-large;
	color: #000000;
}
.textlarger {
	font-size: larger;
	color: #000000;
}
.textx-large {
	font-size: x-large;
	color: #000000;
}
.textmedium {
	font-size: medium;
	color: #000000;
}
.textsmall {
	font-size: small;
	color: #000000;
}
.textx-small {
	font-size: x-small;
	color: #000000;
}
.textxx-small {
	font-size: xx-small;
	color: #000000;
}
.textsmaller {
	font-size: smaller;
	color: #000000;
}



.text18link {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

table.btn{
	border-width:2px;
	border-color:#660066;
	border-style: outset;
	padding: 0px;
	background-color:#990099;
	
}
.btntxt {
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.btntxtw {
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
.btntxtdn {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#pinkbutton{
	border:0px none;
	width:70px;
	height:20px;
	background-image: url(btnupsm.jpg);
	background-repeat: no-repeat;
	/*
	padding:0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	*/
}
#pinkbtndn{
	border:0px none;
	width:70px;
	height:20px;
	background-image: url(btndnsm.jpg);
	background-repeat: no-repeat;
	/*
	padding:0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	*/
}
div.buttons{
	position:fixed;
	left:550px;
	margin-top:200px;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	
	/* floats buttons over content*/
	z-index:2
}
div.container{
	/*centers this element */
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	z-index:1
}
a:hover{
	background: #cccccc; // was red
}
