/*Core.css: Styles pertaining to entire web site*/

body         { 
font-family: Arial; 
font-size: 10pt; 
color: #FFFFFF 
}
p            { 
font-family: Arial; 
font-size: 10pt; 
color: #000000 
}
div            { 
font-family: Arial; 
font-size: 10pt; 
color: #000000 
}
td           { 
font-family: Verdana; 
font-size: 10pt; 
color: #003366 
}
h1           { 
font-family: Arial; 
font-size: 17pt; 
font-weight: 400;
color: #003366; 
text-align: Left 
}

h1.hide		{
visibility: hidden;
position: absolute;
left: -999px;
top:-999px;
margin : 0;
padding : 0;
}


h2           { 
font-family: Arial; 
font-size: 12pt; 
color: #990000; 
text-align: Left;
font-weight: bold
}

h2.blue           { 
font-family: verdana; 
font-size: 16pt; 
color: #003366; 
text-align: Left;
font-weight: normal
}

h3           { 
font-family: Arial; 
font-size: 12pt; 
color: #003366; 
text-align: Left;
margin: 5px 
}
h4           { 
font-family: Arial; 
font-size: 12pt; 
color: #990000; 
text-align: Left;
margin: 5px 
}
h5           { 
font-family: Arial; 
font-size: 11pt; 
font-weight : bold;
color: #003366; 
text-align: Left 
}
h6           { 
font-family: Arial; 
font-size: 10pt; 
color: #FFFFFF; 
font-weight: normal;
text-align: Left 
}
p.titlebar {
font-family : Verdana; 
font-size : 11px; 
color : #FFFFFF; 
} 
p.titleflash {
font-family : Verdana; 
font-size : 14px; 
color : #FFFFFF; 
} 
p.list {
font-family : Verdana; 
font-size : 10px; 
font-weight : bold;
color : #990000; 
letter-spacing: 1pt;
text-align : left;
}
p.column {
font-family : Verdana; 
font-size : 10px; 
font-weight : bold;
color : #990000; 
letter-spacing: 1pt;
text-align : left;
}

hr           { 
color: #003366; 
height : 0.5px; 
}
a:link       { 
color: #003366; 
text-decoration: underline;
font-family: Arial; 
font-size: 10pt
}
a:link.bookmark       { 
color: #003366; 
text-decoration: none;
font-family: Arial; 
font-size: 10pt
}
a:visited    { 
color: #003366; 
text-decoration: underline; 
font-family: Arial; 
font-size: 10pt 
}
a:hover      { 
color: #990000; 
text-decoration: underline; 
font-family: Arial; 
font-size: 10pt 
}
.searchtext {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: bold; 
color: #003366
}
#firstline {
font-family: Arial;
font-size: 10pt;
color: #8B0C0C;
font-weight: bold;
text-align; left;
}
.caption
{ 
font-family: Arial; 
font-size: 8pt; 
color: #000000; 
font-weight: normal;
font-style: italic;
text-align: Left 
}