/* General Style */

html {
height: 100%;
}
html>body .wrapper {
height: auto;
}
body {
height: 100%;
background: url(img/bg.jpg);
background-position:top;
background-repeat:no-repeat;
background-color: #e7e9de;
padding: 0;
margin: 0;
overflow-y: yes;
overflow-x: hidden;
scrollbar-3dlight-color:#535f61; 
scrollbar-darkshadow-color:#535f61; 
scrollbar-highlight-color:#f8f9f4; 
scrollbar-shadow-color:#f8f9f4;
scrollbar-face-color:#e2e4d9; 
scrollbar-arrow-color:#535f61;
scrollbar-track-color:#e7e9de; 
}
a:link, a:visited {
font-size: 11px;
text-decoration: none;
color: #0067d9;
}
a:hover, a:active {
text-decoration: underline;
color: #0d59a7;
}
.wrapper{
width:100%;
height:99.9%;
min-height:100%;
margin:auto;
text-align: center;
position:relative;
}
.content {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #4d4d4d;
padding: 0px 20px 85px 20px;
}
.products {
width: 210px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: #999999;
}
.products a:link, .products a:visited {
font-size: 10px;
text-decoration: none;
color: #3e4748;
}
.products a:hover, .products a:active {
text-decoration: underline;
color: #0d59a7;
}
.container {
width: 660px;
margin-bottom: 10px;
/*border: dotted 1px red;*/
position: relative;
}
.title {
font-weight: bold;
color: #0d59a7;
}
.uparrow {
float: right;
}


/* Additional Styles */

/* Special Font Variation */
.bold { font-weight : bold; }
.italic {	font-style :  italic; }
.bolditalic { font-style :  italic; font-weight : bold; }
.justify { text-align : justify; }
.link { color : #000fff; }
.data { font-family: Arial, Helvetica, sans-serif;; font-size : 9px; color : #aaaaaa; }

/* Paragraph Spacing */
P {margin-top: 6px; }
P.10 {margin-top: 10px; }
P.15 {margin-top: 15px; }
P.20 {margin-top: 20px; }
P.30 {margin-top: 30px; }
P.40 {margin-top: 40px; }
P.50 {margin-top: 50px; }

/* Special Layouts */
fieldset { margin: 1em 0; border: none; border-top: 1px solid #cccccc; }
legend { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0d59a7; font-weight: bold; font-style : normal; margin-top: 0px; margin-bottom: 0px; }

td { font : 11px font-family: Arial, Helvetica, sans-serif;; color : #4d4d4d; }
ul { Margin-Left: 30px; Margin-Top: 10px; Margin-Bottom: 10px;  font : 11px Verdana, Arial, Helvetica, sans-serif; color : #666666; }
li { Padding-Bottom: 4px; }
.pic { border: 1px dotted #cccccc dot; }
.picR { border: 1px dotted #cccccc dot;  float: right; margin-left: 20px; margin-top: 10px; margin-bottom: 10px; }
.picfp { border-top: 1px solid #cccccc; border-right: 1px solid #999999; border-bottom: 1px solid #999999; border-left: 1px solid #cccccc; }
.box { border: 1px solid #cccccc; background-color: White; }
.tabox { border-top: 1px solid #333333; border-left: 1px solid #333333; border-bottom: 1px solid #f8f8ff; border-right: 1px solid #f8f8ff; }
.data { color: #aaaaaa; font-family : Arial, Helvetica, sans-serif; font-size: 9px; }
.worknote {	font-style :  italic; color: red; }

/* Text and Headings */
.pageheader { font-family : font-family: Arial, Helvetica, sans-serif;; font-size : 14px; color : #dcdcdc; font-weight :  bold; font-style : normal; }
.header { font-family: font-family: Arial, Helvetica, sans-serif;; font-size: 14px; color: #294362; font-weight: bold; font-style : normal; }
.pagefooter { font-family : font-family: Arial, Helvetica, sans-serif;; font-size : 12px; color : #294362; font-weight :  bold; font-style : normal; }
.bodyvlge { font-family: font-family: Arial, Helvetica, sans-serif;; font-size: 15px; color: #294362; font-weight: bold; font-style : normal; }
.bodylge { font-family: font-family: Arial, Helvetica, sans-serif;; color: #294362; font-size: 13px; font-weight: bold; font-style : normal; }
.bodybold { font-family : font-family: Arial, Helvetica, sans-serif;; font-size : 12px; color : #294362; font-weight :  bold; font-style : normal; }
.body { font-family : font-family: Arial, Helvetica, sans-serif;; font-size : 12px; color : #294362; font-style : normal; }
.bodysmall { font-family : font-family: Arial, Helvetica, sans-serif;; font-size : 11px; color : #294362; font-style : normal; }
.bodyvsmall { font-family : font-family: Arial, Helvetica, sans-serif;; font-size : 10px; color : #294362; font-style : normal; }
.bodyvvsmall { font-family : font-family: Arial, Helvetica, sans-serif;; font-size : 9px; color : #294362; font-style : normal; }

/* Coloured Text */
SPAN.blue { color : #0033ff; }
.blue { color : #0033ff; }
SPAN.blue-1 { color : #00008b; }
.blue-1 { color : #00008b; }
SPAN.black { color : #000000; }
.black { color : #000000; }
SPAN.gray { color : #777777; }
.gray { color : #777777; }
SPAN.green { color : #339900; }
.green { color : #339900; }
SPAN.red { color : #dc143c; }
.red { color : #dc143c; }
SPAN.silver { color : #c0c0c0; }
.silver { color : #c0c0c0; }
SPAN.tan { color : #d2b48c; }
.tan { color : #d2b48c; }
SPAN.teal { color : #008b8b; }
.teal { color : #008b8b; }
SPAN.white { color : #ffffff; }
.white { color : #ffffff; }
SPAN.yellow { color : #ffff00; }
.yellow { color : #ffff00; }
SPAN.orange { color : #ffaf02; }
.orange { color : #ffaf02; }

/* Page Objects */
.fieldtext {
vertical-align: middle; 
border: 1px solid #cccccc;
background-color: #e7e9de; 
background-image: url(images/corners.gif);
font-family: font-family: Arial, Helvetica, sans-serif;;
color : #333333;
font-size: 11px;
font-weight: normal;	
}
.fielddropdown {
vertical-align: middle; 
border: 1px solid #cccccc;
background-color: #e7e9de; 
font-family: font-family: Arial, Helvetica, sans-serif;;
color : #333333;
font-size: 10px;
font-weight: normal;		
}
.fieldtextarea {
vertical-align: middle; 
border: 1px solid #cccccc;
background-color: #e7e9de; 
background-image: url(images/corners.gif);
font-family: font-family: Arial, Helvetica, sans-serif;;
color : #333333;
font-size: 10px;
font-weight: normal;	
scrollbar-3dlight-color:#535f61; 
scrollbar-darkshadow-color:#535f61; 
scrollbar-highlight-color:#f8f9f4; 
scrollbar-shadow-color:#f8f9f4;
scrollbar-face-color:#e2e4d9; 
scrollbar-arrow-color:#535f61;
scrollbar-track-color:#e7e9de; 
}
