/* Default CSS Stylesheet for a new Web Application project */
b
{	
	font-family: VERDANA;
    COLOR: #000000;
	font-size:	10px;
	font-weight: bold;
}

.MAINTEXT	
{	
	font-family: Verdana;
    COLOR: #000000;
	font-size:	10px;
	
}

.IMAGE2
{
	width: 300px;
 height: 200px;
 
	
	}

.MAINTEXTBOLD	
{	
	font-family: Verdana;
    COLOR: #000000;
	font-size:	10px;
	font-weight: bold;
}


.RUBRIK	
{	
	font-family: VERDANA;
    COLOR: #000000;
	font-size:	12px;
	font-weight: bold;
}

.RUBRIKROD2	
{	
	font-family: ARIAL;
    COLOR: #bccfe9;
	font-size:	12px;
	font-weight: bold;
}

.RUBRIKROD
{	
	font-family: arial, Verdana;
    COLOR: #741c1a;
	font-size:	26px;
	font-weight: normal;
}



.ERRORMSG
{
	font-family: Verdana;
	color: #000000;
	font-size: 9px;
}

.BUTTON
{
	background-color: #FFFFFF;
	font-size: 10px;
	border-width: 1px;
	border-style:solid;
	font-family: Verdana;
    COLOR: #660000;
	font-size:	10px;
	
}



.TEXTFIELD
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style:solid;
	border-color: #660000;
	height: 17;
	
}


a:link { color: #000000; text-decoration: none; font-family: Verdana; font-size: 10px; font-weight:bold}
a:visited {color: #000000; text-decoration: none; font-family: Verdana; font-size: 10px; font-weight: bold;}
a:hover { color: #000000;text-decoration: underline; font-family: Verdana; font-size: 10px; font-weight: bold;}
a:active {color: #000000; text-decoration: underline; font-family: Verdana; font-size: 10px; font-weight: bold;} 

