@charset "utf-8";

/* CSS Document */
body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		background-color: #CCC;
		padding: 0px;
		left: 0px;
		top: 0px;
}

#wrapper {
		width:775px;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
}

a {
		font-weight: bold;
		color: #F00;
}


h1 {
		font-family:"Arial", Myriad, Arial, sans-serif;
		font-size:220%;
		font-weight:bold;
		margin:0;
		color:#000;
		padding:4px 0 4px 4px;
		text-align: center;
}

h2 {
		text-align: center;
}
.redtext {
		font-family: "Comic Sans MS", arial;
		font-size: 130%;
		padding-bottom: 5px;
		padding-top: 5px;
		color: #F00;
		margin: 0px;
		font-variant: small-caps;
}

h3
{
		font-family: "Comic Sans MS", arial;
		font-size: 160%;
		padding-bottom: 5px;
		padding-top: 5px;
		color: #FFF;
		margin: 0px;
		background-color: #000;
		text-align: center;
}
table {
	margin-top: 0px;
	margin-bottom: 0px;
}		
p {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
}


.topic {
		font-family:ms sans serif;
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
}

.tmenu {
		font-family:ms sans serif;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
}

.tmenu:hover {
		font-family:ms sans serif;
		text-decoration:none;
		color:#FF3333;
}

/*.bottomborder {
		border-bottom:solid;
		border-width:1px;
		border-color:#C7C7C7;
}

.sborder {
		border-bottom:solid;
		border-width:1px;
		border-color:#666666;
}

.border {
		border-bottom:solid;
		border-top:solid;
		border-left:solid;
		border-right:solid;
		border-width:1px;
		border-color:#666666;
}

.borderadmin {
		border-bottom-style: dashed;
		border-left-style: dashed;
		border-right-style: dashed;
		border-width:1px;
		border-color:#B71E00;
		border-top-style:dashed;
}

.buttonadmin {
		background-color:#D30C0C;
		color:#FFFFFF;
}
*/
/*.glink {
		font-family:ms sans serif;
		text-decoration:none;
		color:#666666;
		font-weight:bold;
}

.glink:hover {
		font-family:ms sans serif;
		text-decoration:none;
		color:#D30C0C;
}
*/

/*.redtext {
		font-family: "Comic Sans MS", arial, cursive;
		font-size: 130%;
		padding-bottom: 15px;
		padding-top: 15px;
		color: #F00;
}*/

.selected {
		font-family:"Comic Sans MS", arial, cursive;
		text-decoration:underline;
		color:#FFF;
		font-weight:bold;
		font-size: 110%;
		letter-spacing: 0.1em;
		background-color: #000;
		display: block;
		text-align: center;
		word-spacing: 1em;
}

.tablebg {
		background-color: #CCC;
}

.fontBlack {
		color: #000000;
}

