﻿/* Import */
@import url(layout.css);
@import url(menus.css);
@import url(content.css);

/* Global */
html {
min-height: 100.05%;
color:#000000;
}

body {
margin: 0;
padding: 0;
background: url(img/background.jpg) repeat-x;
}

body, th, td {
color: #666666;
font-style:normal;
font-variant:normal;
font-weight:100;
line-height:19px;
font-size:11px;
font-family:Verdana;
}


h1 {
border-bottom:1px solid #0002FE;
letter-spacing: 1px;
text-transform: uppercase;
color: #666666; 
padding-left: 1px;
font-style:normal;
font-variant:normal;
font-weight:100;
line-height:25px;
font-size:14px;
font-family:Verdana;
}

h2 {
border-bottom:1px dashed #0002FE;
letter-spacing: 1px;
text-transform: uppercase;
color: #666666; 
padding-left: 1px;
font-style:normal;
font-variant:normal;
font-weight:100;
line-height:25px;
font-size:14px;
font-family:Verdana;
}


h3, h4, h5, h6 {
letter-spacing: 1px;
text-transform: uppercase;
color: #666666; 
padding-left: 1px;
font-style:normal;
font-variant:normal;
font-weight:100;
line-height:25px;
font-size:14px;
font-family:Verdana;
}

p {
margin: 0 0 10px 0;
} 

hr {
display:none;
}

strong, b {
font-weight: bold;
}

em, i {
font-style: italic;
}

a, a:link, a:active {
color: #0002FE;
text-decoration: none;
}

a:hover {
color: #0002FE; 
text-decoration: underline;
}

a:visited {
color: #0002FE;
}

img {
border: 0;
}
