/*general styles*/
font.emph1 {
	color: #000000;
	font-size: 160%;
	font-weight: bold;
	font-family: arial;
}

font.emph1_half {
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	font-family: arial;
}

font.emph2 {
	font-size: 125%;
	font-weight: bold;
	font-family: arial;
}

font.emph3 {
	font-size: 110%;
	font-weight: bold;
	font-family: arial;
}

font.emph4 {
	font-size: 90%;
	font-weight: bold;
	font-family: arial;
}

font.subcap1 { /*for little captions under pictures, and stuff*/
	font-size: 60%;
	/*font-weight: italic;*/
	font-family: arial;
}

font.credit1 {
	font-size: 12px;
	font-style: italic;
	font-family: arial;
	color: #3F3F3F;
}

/*the listing 1 style (i.e. that used on the contact page, etc)*/
h1.listing1, h2.listing1 {
	color: #000000;
	font-family: arial;
	margin-bottom: 5px;
}

h3.listing1, h4.listing1, h5.listing1, h6.listing1  {
	color: #3F3F3F;
	font-family: arial;
	margin-left: 75px;
	margin-top: 5px;
	margin-bottom: 5px;
}

font.listing1 {
	color: #5F5F5F;
	font-family: arial;
	padding-left: 75px;
}

font.listing2 {
	color: #5F5F5F;
	font-family: arial;
}

/*The quote 1 styles*/
font.quote1-1 {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	font-family: arial;
}

font.quote1-2{
	color: #3F3F3F;
	font-size: 115%;
	font-weight: bold;
	font-family: arial;
}

font.quote1-3 {
	color: #7F7F7F;
	font-size: 100%;
	font-weight: bold;
	font-family: arial;
}

/*chatroom styles*/
font.chatroom-log-username {
	color: #3F3F3F;
	font-size: 95%;
	font-weight: bold;
	font-family: arial;
}

font.chatroom-log-message {
	color: #000000;
	font-size: 80%;
	/*font-weight: bold;*/
	font-family: arial;
}

font.chatroom-log-server {
	color: #FF3FFF;
	font-size: 95%;
	font-weight: bold;
	font-style: italic;
	font-family: arial;
}

font.form_error {
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	font-family: arial;
}

img.team1 {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

a.btnlnk:link{
	color: #5f6f7f;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
a.btnlnk:visited {
	color: #5f6f7f;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
a.btnlnk:hover {
	color: #2f4fbf;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
a.btnlnk:active {
	color: #2f4fbf;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
