body { background: #99FF99 url(images/bg1.gif) 90% 0% fixed repeat;}

.mainmenu {
	background-color: blue;	
}


.input_text {
 	background-image:url(images/bg_input.jpg);
	border-style:solid;
	border-color:black;
	border-width:0;
	height: 21;
	padding: 3;
}

.input_memo {
 	background-image:url(images/bg_input.jpg);
	border-style:solid;
	border-color:black;
	border-width:0;
	height: 81;
	padding: 3;
}


.text {
	font-size : 9pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	font : Arial,Helvetica;
	color : black;
}

.white_text {
	font-size : 9pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	font : Arial,Helvetica;
	color : white;
}


.caption {
	font-size : 9pt;
	font-family : sans-serif;
	font-weight : bold;
	font-style : bold;
	font : Arial,Helvetica;
	color : black;
}

.textarea {
	background-image:url(images/style_input.gif);
	color:#000000;
	
}

.white_text {
	font-size : 9pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	font : Arial,Helvetica;
}

.menu_style1 {
	border-left-width : 1;
	border-top-width : 1;
	border-width : 1;
	border-color : #AFAFA5	;
	border-style : solid;
	border-right-width : 0;
	border-bottom-width : 0;
	padding : 3;
	background-image : url(images/menu_background.gif);
}

.menu_border {
	border-width : 1;
	border-color : #AFAFA5	;
	border-style : solid;
	padding : 3;
}

A  {
		font-size : 9pt;
		font-family : sans-serif;
		font-weight : bold;
		color : #FFFFFF;
		font : Arial, Helvetica;
		text-decoration : none;
	}

A:Visited  {
		font-size : 9pt;
		font-family : sans-serif;
		font-weight : bold;
		color : #DDDDFF;
		font : Arial, Helvetica;
		text-decoration : none;		
}

A:Active  {
		font-size : 9pt;
		font-family : sans-serif;
		font-weight : bold;
		color : #FFFFFF;
		font : Arial, Helvetica;
		text-decoration : none;		
}

A:Hover  {
		font-size : 9pt;
		font-family : sans-serif;
		font-weight : bold;
		color : #FFFFFF;
		font : Arial, Helvetica;
		text-decoration : underline;
		letter-spacing : 0;
}


A.submenu  {
		font-size : 9pt;
		font-family : sans-serif;
		font-weight : normal;
		color : #000000;
		font : Arial, Helvetica;
		text-decoration : underline;
	}


A.submenu:Visited  {
		font-size : 9pt;
		font-family : sans-serif;
		font-weight : normal;
		color : MidnightBlue;
		font : Arial, Helvetica;
		text-decoration : underline;
}

A.submenu:Active  {
		font-size : 9pt;
		font-family : sans-serif;
		font-weight : normal;
		color : FireBrick
		font : Arial, Helvetica;
		text-decoration : underline;
}

A.submenu:Hover  {
		font-size : 9pt;
		font-family : sans-serif;
		font-weight : normal;
		color : Red;
		font : Arial, Helvetica;
		text-decoration : underline;
		letter-spacing : 0;
}




