/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background : #FFFFFF url(sjobod.jpg) no-repeat top left;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

/* links */
A:link    { color: black; text-decoration: none;}
A:active  { color: black; text-decoration: none;}
A:visited { color: black; text-decoration: none;}
A:hover   { color: yellow;   text-decoration: none;}

/* normal text */
.normal { 
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* normal text */
.header { 
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/* toptext */
.toptext { 
	color : #FFFFFF;
    background : gray;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
}

.menulinkmain {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    border-color: #ff0000; 
    border-width: 0px 0px 1px 0px; 
    border-style: solid;
}

.menulinkwhite {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menulinkwhite A:link    {color: white; text-decoration: none;}
.menulinkwhite A:active  {color: white; text-decoration: none;}
.menulinkwhite A:visited {color: white; text-decoration: none;}
.menulinkwhite A:hover   {color: yellow; text-decoration: none;}

.inputbox {
 border : #000000 1px 1px 1px 1px solid;
}

