/* CSS Document */

body {
font-family: courier new;
font-size: 8ptpx;
line-height: 1.5em;
color: #EEEEEE;
letter-spacing: 1px;
background-color: #DDDBDC;
background-image: url(images/layout1.jpg); background-repeat:repeat-y;
}

td, body { 
text-align : justify; 
line-height : 8pt; 
cursor : crosshair; 
font : normal 8pt courier new; 
color : #000000; 
} 
select, input { 
line-height : 7pt; 
font : normal 8pt courier new; 
color : #000000; 
} 
B { 
font-size : 7pt; 
font-weight : bold; 
color : #023554; 
font-family : courier new; 
} 
I { 
font-size : 7pt; 
color : #035E94; 
font-family : georgia; 
} 
S { 
font-size : 7pt; 
color : #999999; 
font-family : verdana; 
} 
U { 
font-weight : normal; 
font-family : arial; 
color : #000000; 
text-decoration : none; 
font-size : 7pt; 
border-bottom : 1px dashed #023554; 
} 

html body div #menu, html body div #menu a, html body div #menu span, html body div #menu span a { 
color : #999999; 
font-size : 9px; 
font-weight : normal;
border-bottom: 0px; 
font-family : "small fonts"; 
text-align : center; 
background-color : transparent; 
} 

html body div #options, html body div #options a, html body div #options span a, html body div #options span { 
color : #999999; 
font-size : 9px;
border-bottom: 0px; 
font-weight : normal; 
font-family : "small fonts"; 
text-align : center; 
background-color : transparent; 
} 

h1 { 
font-family : courier new; 
font-size : 20px; 
color : #CCCCCC; 
text-align : center; 
font-weight : bold; 
text-transform : normal; 
background-color : #000000; 
border-bottom : 2px solid #158AC0; 
line-height : 20px; 
letter-spacing : -3px; 
margin : 0; 
padding-top : 0; 
}
 
h2 { 
font-family : courier new;
font-size : 10pt; 
color : #FFFFFF; 
text-align : center; 
text-transform : uppercase; 
font-weight : normal; 
background-color : #252525; 
border-bottom: 3 solid #52C8FF; 
line-height : 13pt; 
letter-spacing : 0; 
margin : 0; 
padding-top : 0; 
} 

.box:link, .box:active, .box:visited
{
color: #000000;
background-color: transparent;
font-family: georgia;
display: block;
border-left: 15px solid #023554;
border-right:15px solid #023554;
font-size: 15px;
font-weight: normal;
letter-spacing: -2px;

line-height: 12px;
text-align: center;
text-transform: uppercase;
margin-top: 1px;
}
a.box:hover
{
color: #333333;
background-color: transparent;
display: block;
border-left: 15px solid #035E94;
border-right: 15px solid #035E94;
cursor: crosshair;
font-family: georgia;
font-size: 15px;
font-weight: normal;
letter-spacing: -2px;
line-height: 12px;
text-align: center;
text-transform: uppercase;
margin-top: 1px;
}

A:link, A:active, A:visited { 
color : #036FAF; 
background-color : transparent; 
font-family : georgia; 
font-size : 10px; 
font-weight : normal; 
text-decoration : none;  
text-transform : uppercase; 
line-height : 10px;
letter-spacing : 0px; 
} 
A:hover { 
color : #0389DA; 
cursor : crosshair; 
font-size : 10px; 
font-weight : normal; 
text-decoration : none;  
line-height : 10px; 
text-transform : uppercase; 
background-color : transparent; 
letter-spacing : 0px; 
} 
