html, body {
	height:		100%;
	margin:		0;
	padding:	0;
	color:		black;
	font-size:	13px;
	font-family: Times New Roman;
}

form {
	margin:		0;
	padding:	0;
}

.onlinetitle {
	font-weight:bold; 
	font-family: Times New Roman;
}

.content { 
	color:#000000; 
	font-size:12px; 
	font-family:Times New Roman; 
}

.big_content { 
	color:#000000; 
	font-size:14px; 
	font-family:Times New Roman; 
}

.flat_button{
	font-family: Times New Roman;
	font-size: 12px;
	border: 1px solid #999999;
	background-color: #F5FEED;
}
.flat_text {
	font-family: Times New Roman;
	font-size: 12px;
	border: 1px solid #999999;
	background-color: #F5FEED;
}

.flat_checkbox {
	font-family: Times New Roman;
	border: none;
}

a {
	font-family: Times New Roman;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Times New Roman;
	color: #000000;
}

a:hover {
	font-family: Times New Roman;
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	font-family: Times New Roman;
	text-decoration: none;
}