@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:20px 0 0 0;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
line-height: 18px;
color: #666;
background:#fff url(../images/bg_page.jpg) left 52px repeat-x;
}
td, p {
text-align:left;
vertical-align:top;
}

/*  Heading Formatting */
h1, .contentheading, .componentheading {
font-size:16px;line-height: 24px;font-weight: bold;color: #000;
font-family:"Times New Roman", Times, serif;
margin:0;
}
h2 {font-size:14px;line-height: 24px;font-weight: bold;color: #000;
font-family:"Times New Roman", Times, serif;
margin:0;}
h3 {font-size:14px;line-height: 24px;font-weight: bold;color: #000;
font-family:"Times New Roman", Times, serif;
margin:0;}
h4 {font-size:14px;line-height: 24px;font-weight: bold;color: #000;
font-family:"Times New Roman", Times, serif;
margin:0;}

/*links*/
a:link {color: #333333;}
a:hover {color: #333333;}
a:visited {color: #333333;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

