P	{ BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px }

.top /*Definitions for logo size and frame*/
{
	border-color : #000000;
	border-style : solid solid none solid;
	border-width : 1px;
	padding : 0px 0px 0px 0px;
	width: 800px;
}

.top1 /*Definitions for menu window size and frame*/
{
	border-color : #000000;
	border-style : solid none none solid;
	border-width : 1px;
	padding : 0px 0px 0px 0px;
	width: 150px;
}

.top2 /*Definitions for content window size and frame*/
{
	border-color : #000000;
	border-style : solid solid none solid;
	border-width : 1px;
	padding : 0px 0px 0px 0px;
	width: 650px;
}

.menu /*Definitions for menu window - font, background ao.*/
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	background-color: #ffffff;
}

.copyright /*Definitions for copyright window - font, background ao.*/
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color: #AAAAAA;
	border-color : #000000;
	border-style : solid solid solid solid;
	border-width : 1px;
	padding : 0px 0px 0px 0px;
	width: 800px;
}

.main /*Definitions for content window - font, background ao.*/
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color: #ffffff;
}

.text_small 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

.text_headline 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight: bold;
}

.text_headline_link a
{
	text-decoration:none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: bold;
}

.button
{  
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	width: 55px;
	height: 20px;
}

.user_input {  
	font-family: verdana, tahoma, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #3F5188; 
	text-decoration: none; 
	background-color: #FBFBFB; 
	
	border-style: solid;
	border-width: 1px;
	border-color: #8AC1EA;
	
	width: 250px;
	
	padding-left:2px; 
	padding-right:2px; 
	padding-top:1px; 
	padding-bottom:1px;
}

