@import url("stylesheet_structure.css");
@import url("stylesheet_navigation.css");


/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
margin: 0px;
padding: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 65%;
color: #333;
background:url(images/background_tile.gif) top repeat-x #001e83;
}

img, div { behavior: url(/includes/iepngfix.htc) }

p {margin:0 0 10px 0; padding:0; }

.wp-caption { font-size:10px; color:#333333; text-align:center; margin:0 0 5px 0; }

/*
------------------------------------------------------
Links
------------------------------------------------------
*/


a:link, a:visited, a:Active { 
color: #fe1925; 
text-decoration : underline; 
}

a:Hover {
color: #000;
text-decoration : none;
}

/*
------------------------------------------------------
Heading
------------------------------------------------------
*/


h1 {
font-size:1.2em;
font-weight:800;
color: #fe1925;
}

h2 {
font-size:1.1em;
font-weight:800;
color: #fe1925;
}
h3 {
font-size:1em;
font-weight:800;
color: #fe1925;
}

h4, h5, h6 {
font-size:1em;
font-weight:800;
color: #000;
}

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
border: none 0;
border-top: 1px solid #999999;
width: 100%;
height: 1px;
}




