﻿body { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 8pt; 
color : #000000; 
margin : 10px; 
background-color : #d7dee4; 
text-align : center; 
}
 
input, select, textarea { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 8pt; 
color : #000000; 
} 

img { 
border : none; 
} 

textarea { 
width : 100%; 
}
 
li, td { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 8pt; 
color : #000000; 
}
 
a { 
font-weight : bold; 
text-decoration : none; 
}
 
a:hover { 
text-decoration : underline; 
}
 
hr { 
width : 100%; 
height : 2px; 
color : #999966; 
}
 
#table1 { 
border : 2px solid black; 
background-color : white;
margin: auto; 
}
 
#table1 td { 
padding : 0; 
}
 
#table2 td { 
padding : 0; 
}
 
#table3 { 
border : 1px solid #000033; 
background-color : white;
text-align: center;
margin: auto; 
}
 
#smallTextTable td { 
padding : 6px; 
font-size : 8pt; 
}
 
#Footer td { 
padding : 5px; 
font-size : 9pt; 
text-align : center; 
}
 
#Footer a { 
color : #160040; 
}
 
.WelcomeMessage { 
margin-left : 5px; 
margin-right : 5px; 
text-align : center; 
font-size : 16pt; 
font-style : italic; 
font-weight : bold; 
color : orange; 
}
 
.Header { 
text-align : left; 
font-size : 18pt; 
font-weight : bold; 
}
 
.DeepBlueBG { 
background-color : #000033; 
}
 
.MetallicButton { 
color : #000000; 
border : 1px solid #000000; 
background-image : url('../images/bg_ButtonFace.gif'); 
background-repeat : repeat-x; 
}
 
.GreyButton { 
color : #666666; 
border : 1px solid #000000; 
background-image : url('../images/bg_GreyButtonFace.gif'); 
background-repeat : repeat-x; 
}
 
.RequiredField { 
font-weight : bold; 
color : red; 
}
 
.noPadding { 
padding : 0; 
}
 
.noBreaking { 
white-space : nowrap; 
}
 
.noDisplay { 
display : none; 
}
 
.yesDisplay { 
display : inline; 
}
 
.bold { 
font-weight : bold; 
}
 
.italic { 
font-style : italic; 
}
 
.centre { 
text-align : center; 
}
 
.errMsg { 
color : #ff0000; 
}

#righthandsidebar { 
font-size : 14px; 
}

.topalign {
	vertical-align: top;
}

.left {
	text-align: left;
}

.size10ptfont {
	font-size: 10pt;
}

.menuBar 	{ border: 1px solid black; background-color: white; }
.menuBar td { padding: 5px; text-align: left; } 