html 
{
font-family: Arial, Helvetica, sans-serif;
}

body
{
	background-color: #B0D5F9;
	margin: 0px;
}

.BOX-table-wrapper 
{
border: 3px solid #CCCCCC;
}

.BOX-shadow
{
	//border-radius:20px;
	border: 2px solid #000000;
	//-moz-border-radius:0px; 
	box-shadow:3px 3px 3px #666666;
}

.font-norm
{
	font-size: 30px;
	color: #000000;
}

a.font-links
{
	font-size: 30px;
	color: #990000;
}

a.font-links:hover
{
	font-size: 30px;
	color: #990000;
}

a.font-links:visited
{
	font-size: 30px;
	color: #990000;
}

a.font-links:active
{
	font-size: 30px;
	color: #990000;
}

.font-heading
{
	font-size: 34px;
	font-weight: bold;
	color: #000000;
}

.font-heading-cat
{
	border: 2px solid #FFFFFF;
	background-color: #6699CC;
	height: 100px;
	border-radius:20px;
}

a.font-heading-links
{
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a.font-heading-links:visited
{
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a.font-heading-links:active
{
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a.font-heading-links:hover
{
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

.font-title
{
	font-size: 38px;
	font-weight: bold;
}

.font-bold
{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.font-input
{
	font-size: 50px;
	color: #990000;
	width: 75%;
	border: 2px solid #000000;
	height: 100px;

	border-radius:10px;
	-moz-border-radius:10px; 
	box-shadow:3px 3px 3px #666666;
	
}

.font-button
{
	background-color: #FFFFFF;
	cursor: pointer;
	
	font-size: 50px;
	color: #000000;
	//width: 75%;
	border: 2px solid #000000;
	height: 100px;

	border-radius:10px;
	-moz-border-radius:10px; 
	box-shadow:3px 3px 3px #666666;
	
}

.LINE-bottom-right-black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.LINE-right-black {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.LINE-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.Box-allsides-black-1px {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.line-top-bar
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.line-bottom-bar
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}