a:link {
	color			: #000000;
	text-decoration	: underline;
}

a:visited {
	text-decoration	: underline;
	color			: #000000;
}

a:hover {
	text-decoration	: underline;
	color			: #000000;
}

a:active {
	text-decoration	: underline;
	color			: #000000;
}

p {
	text-align		: justify;
	margin-bottom	: 0px;
}

table {
	font-family		: Arial;
	font-size		: 12px;
	font-style		: normal;
}

hr {
	margin-top		: 0px;
	margin-bottom	: 0px;
}

.website_header{
	color			: #FF6600;
	font-weight		: bold;
}

.input_field_default {
	border			: groove thin #CCCCCC;
	text-align		: middle;
	font-family		: Arial;
	font-size		: 12px;
	}

.button {
	border:1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 0px;
	height:25px; 
	width: 100px;
	background-color: #CCCCCC;
	color: #000000;
	text-align: middle;
	font-family: Arial;
	font-size: 12px;
	}
