body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*Menu style*/
.menutop {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.menutopover{
	font-size:12px;
	font-weight:bold;
	color:#FFCC66;
	cursor: pointer;
}
/*End menu style*/

/*Links*/
a:link {
	color: #FF6600;
}
a:visited {
	color: #336699;
}
a:active {
	color: #FF3300;
}
#linkrc {
	color: #0033CC;
}
#linklc {
	color: #FFFFFF;
}

/*Text*/
/*Small black text (for columns)*/
.smtextblack {
	font-size: 11px;
	color: #000000;
	margin-left:8px;
	margin-right:8px;
	margin-top:8px;
	margin-bottom:15px;
	text-align:justify;
}
/*Small white text*/
.smtextwhite {
	font-size: 11px;
	color: #FFFFFF;
	margin-left:8px;
	margin-right:8px;
	margin-top:8px;
	margin-bottom:15px;
	text-align:justify;
}

.smtextwhitepl {
	font-size: 11px;
	color: #FFFFFF;
}

.smtextblackpl {
	font-size: 11px;
	color: #000000;
}

.regtext{
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.regtextjustify{
	text-align:justify;
}

/*Required field text*/
.reqtext{
	color:#CC0000;
}

/*Headlines*/
.headline4w {
	color: #FFFFFF;
	font-weight: bold;
	margin-left:8px;
	margin-right:8px;
}

.headline3b {
	color: #003366;
	font-weight: bold;
	font-size:15px;
	margin-left:8px;
	margin-right:1px;
}

h4 {
	color: #003366;
	font-weight: bolder;
	font-size:14px;
}

.headlinenb{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

/*Background*/
.headlinebg1{
	background-color: #FBF1E5;
}

/*FORM ELEMENTS*/
/*Search*/
.sbox{
	font-size:11px;
	width: 120px;
	background-color:#FBF1E5;
	border: 1px solid #6699CC;
}

/*Other elements*/

.sboxwide {
   font-size: 11px; 
   background-color: #fbf1e5;
   border: 1px solid #6699CC;
}
 
.sboxnarrow {
  	font-size: 11px; 
	width: 40px;
	background-color: #fbf1e5;
	border: 1px solid #6699CC;
}


/*Custom*/
td.cenral{
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
}

img.pad{
	margin-left:14px;
	margin-bottom:14px;
}

/*TABLES*/

.navtbl{
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #FFCC66;
}

.projtbl{
	background-color:#FFFFFF;
	border: 1px solid #FF9933;
}

.tostbl{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}

.winnavtbl{
	border:1px dotted #CCCCCC;
}

.sitemaptbl{
	margin: 14px;
}

/*STRUCTURE STYLE*/
/*Right column (decorate vert strip) for 2 column page*/
.rstrip {
	background-color: #FF9933;
	background-image: url(/images/common/rc_strip_bg.gif);
}
/*Left column background*/
.lstrip {
	background-image: url(/images/common/left_column_orangebg.gif);
}

.rstrip {
	background-image: url(/images/common/right_column_orangebg.gif);
}

/*Right column for 2-column page*/
.rstripthin {
	background-color: #FF9933;
	background-image: url(/images/common/rc_strip_bg.gif);
}

/*Head of page*/
.header {
	background-position:right; 
	background-repeat:no-repeat; 
	background-image:url(/images/common/header_lab.jpg);
	background-color: #003366;
}

/*Left Column Headline*/
.grapheadline {
	background-color:#FF9933;
	background-image:url(/images/common/headline_bg_footer.gif);
}

/*Right Column Headline*/
.grapheadlinerc {
	background-color:#FF9933;
	background-image:url(/images/common/headline_bg_header.gif);
}

/*Search results*/
.srchterm {
	color: #003366;
	font-size:14px;
	font-weight:bold;
}

.srchdetails{
	font-size:11px;
}
/*HR*/
.hr1{
	border: 1px dotted #003366;
}

/*LISTS*/
.list1{
	font-size: 11px;
	font-weight:bold;
	color:#003366;
	margin-bottom: 5px;
}

li {
	margin-top: 3px;
}

.toslist{
	margin-left: 24px;
	margin-right: 12px;
}

