body {
	font-size : 1em; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : normal; 
	color: #6d6d6d;
	background-color : #e0e0e0;
	margin : 0 0 0 0;
	padding : 20px;
	width : auto; 
}


h1 {
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	font-size : 1.2em; 
	background-color : transparent; 
}


p {
	font-size : .9em; 
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


.smalltext {
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : .9em; 
}


.smalltext a:link{
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
}


.smalltext a:visited{
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
}


.noline a:link{
	text-decoration : none;
}


.noline a:visited{
	text-decoration : none;
}


.largetext {
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 1.2em; 
}


.largetext a:link{
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 1.2em; 
}


.largetext a:visited{
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 1.2em; 
}


.errortext {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : .9em;
	color : red;
	font-weight : bold;
}

.grid {
	border : #efb240 .05em solid;
}

.white {
	background-color : white;
	color: #6d6d6d;
}

.black {
	background-color : black;
	color: #6d6d6d;
}

.bg_dark {
	background-color : #fe7f84;
	color: #6d6d6d;
}

.bg_medium {
	background-color : #fe000b;
	color: white;
}

.bg_light {
	background-color : #feb4b7;
	color: #6d6d6d;
}

.alt_bg_dark {
	background-color : #066fa0;
	color: #6d6d6d;
}

.alt_bg_medium {
	background-color : #2794d8;
	color: #6d6d6d;
}

.alt_bg_light {
	background-color : #5fb0d8;
	color: #6d6d6d;
}

.copyright {
	font-size: .8em;
	text-align: left;
}
