.textMainWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.textMainRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF0000;
}

.textMainRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}

.bgColTable {
background-color:#FFF8ED;
}

.bgColTableCells {
background-color:#FFF8ED;
border-color:#FFF8ED;
}

.bgColTableDk {
background-color:#FEF2DC;
}

.bgColHeader {
background-color:#FD8235;
font-weight:bold;
color:#FFFFFF;
}

.process {
background-color:#FCCA73;
font-weight:bold;
}

.session {
background-color:#FEA974;
}

.tableMain {
border:2px solid #333333;
}

/*HEADER*/
#header{
position:static;
height:114px;
width:760px;
z-index:-1;
background-image:url(img/headerCoverworks.gif);
}

#session{
position:absolute;
top:11px;
left:547px;
width:180px;
}

/*MENU*/
#menu{
position:absolute;
top:90px;
left:5px;
width:700px;
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
#menu a:link{
color:#FFFFFF;
text-decoration:none;
}
#menu a:visited{
color:#FFFFFF;
text-decoration:none;
}
#menu a:hover{
color:#DEC642;
background-color:#333333;
}
#menu a:active{
color:#DEC642;
background-color:#333333;
}

BODY, TD, TH, INPUT, SELECT, TEXTAREA, DIV, P {
	font-size: 11px;
	color: #000000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
background-color:#FFFFFF;
margin:0px;
}

form{
   margin: 0;
   padding: 0;
   border: 0;
}

a:link {
	color: #0A4E92;
}

a:visited {
	color: #0A4E92;
}

a:active {
	background-color:transparent;
}

a:hover {
	color: #ffffff;
	background : #0A4E92;
}

.content {
	line-height : 16px;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.intro {
	font-size : 12px;
	line-height : 20px;
}

.accent {
	color : #FD682E;
}

.accent a:link {color: #FD682E;}

.accent a:visited {color: #FD682E;}

.accent a:hover{
	color: #FD682E;
	background-color:transparent;
}

.lightheader {font-size: 11px;
color:#567185;
font-weight:bold;
}

.darkheader {font-size: 11px;
color:#333333;
font-weight:bold;
}

.accentheader {font-size: 11px;
color:#FD682E;
font-weight:bold;
line-height:18px;
text-transform: uppercase;
}

.accentheaderSansLH{font-size: 11px;
color:#FD682E;
font-weight:bold;
}

.grey {
	color : #E6E6E6;
}

.image:link {background-color:transparent;}

.image:visited {background-color:transparent;}

.image:hover {background-color:transparent;}

.white {color:#ffffff;}

.blue {color:#0A4E92;}

.orange{color:#FD682E;}

.footer {line-height:16px;}

.small {font-size:9px;}

.block{
   display: block;
}

.error{
	display:none;
	color: #CC0000;
}

.imageBorderBlue {
	border: 1px solid #094E92;
}
.boxBlue {
	border: 1px solid #094E92;
}
.boxFawn {
	border: 1px solid #FBF7E5;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
/*POPUP - ADMIN*/
#popuparea a,
#popuparea a:visited {
text-decoration:none;
color:#FFFFFF;
}

#popuparea a span {
display:none;
}

#popuparea a:hover span {
display: block;
position: absolute;
width: 450px;
color: #000000;
top: 200px;
left: 155px;
height: 110px;
padding: 8px;
background-color: #FBE9E2;
border: 1px solid #000000;
}

#popuparea a:hover {
text-indent: 0;
}

/*POPUP - MAIN*/
#popupmain a span {
display:none;
}

#popupmain a:hover span {
display: block;
position: absolute;
width: 450px;
color: #000000;
top: 125px;
left: 150px;
height: 225px;
padding: 8px;
background-color: #FBE9E2;
border: 1px solid #000000;
}

#popupmain a:hover {
text-indent: 0;
}

/*POPUP - REL*/
#popuprel a span {
display:none;
}

#popuprel a:hover span {
display: block;
position: relative;
width: 425px;
color: #000000;
top: 5px;
left: 0px;
height: 175px;
padding: 8px;
background-color: #FBE9E2;
border: 1px solid #000000;
}

#popuprel a:hover {
text-indent: 0;
}
