body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a {
color:#660033;
font-weight:bold;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

/* for home page */
#submitAJob{
background-color:#999999;
border:solid thin gray;
border-top:none;
color:white;
font-weight:bold;
text-align:center;
padding:5px;
}

#submitAJob a{
color:white;
}

#submitAJob a:hover{
color:#FBE783;
text-decoration:none;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

label{
font-weight:bold;
}

.textinput, textarea {
width:100%;
}

.fileinput{
margin-top:5px;
}

.fileInputTemplate{
padding-top:2px;
padding-bottom:2px;
}

.fieldset{
background-color:#EEEEEE;
color:#666666;
font-size:12px;
}

.note{
font-size:9px;
}