/* CSS FFWE homepage */

/* main body, deklares font, background-color*/
.SUPERIOR
{
background-color: #E7EEF6;
}
/*declares the width and height of the title field*/
.TITLE
{
   height:150px;
}

/* width of the main field, including content*/
.MAIN
{
   width:560px;
}

/* pagetitle deklaration*/
.PAGETITLE
{
  font-family:Verdana, Arial;
	color:#FA8338;
	font-weight:bold;
	font-size:0.6em;
}

/* fonts, sizes, colors for the content*/
.CONTENT
{
	font-family:Verdana, Arial;
	color:#000066;
	font-size:0.9em;
}

/* newsfield on the right side*/
.NEWS
{
   width:110px;
}

/*loginfield on the left side*/
.LOGIN
{
 color:#000066;
 font-size:0.9em;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}

.LOGININPUT
{
	width:100px;
	color:#0000FF;
  font-size:0.8em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.OUTPUTNORMAL
{
	font-size:0.8em; 
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
}

.OUTPUTERROR
{
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-weight:bold;
}



.PAGER
{
	font-family:Verdana, Arial;
	color:#000066;
	font-size:0.7em;
	background-color:#BAD6F6;
	
/*	a:link {color:#000099};
  a:visited {color:#3333CC};
  a:active {color:#666699};
	a:hover{color:#000099};*/
}

:link{color:#000066}
:visited {color:#333399} 
:active {color:#CC0000} 
:hover {color:#000066}
:background {color:#FFFFFF}

/* UNIMPORTANT  NOT CHANGE NECESSARY */
/* speration bars between login and content and content and news field */
.SEPERATION
{
   width:10px;
}
.SEPBOTTOM
{
	height:20px;
}
