﻿/* STANDARD ELEMENTS */
html
{
    min-height: 100%;
    margin: 0;
    padding: 0;
}

*
{
    margin: 0;
    padding: 0;
}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #5A6FA6;
}
a img
{
    border: none;
}

body
{
	background-image:url(/themes/sbm/images/back.jpg);
	background-repeat:repeat-x;
    font-size: 9pt;
	font-family:Verdana;    
	padding-top: 64px;
    text-align: center;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
/* END STANDARD ELEMENTS */

/* HEADINGS */
h1, h2, h3
{
    padding-top: 6px;
    color: #553;
    margin-bottom: 4px;
}

h1
{
    margin-top: 10px;
    font-size: 12pt;
    vertical-align: bottom;
    color: #627f9f;
    font-family: Palatino;
    letter-spacing: 2px;
}
h2
{
    margin-top: 10px;
    font-size: 10pt;
    vertical-align: bottom;
    color: #627f9f;
    font-family: Palatino;
    letter-spacing: 1px;
    display: inline;
}
h2.shaded
{
    color: #cccccc;
    display: inline;
}
h2 a
{
    font-size: 8pt;
    vertical-align: bottom;
    color: #DB8617;
    font-weight: bold;    
}
h2 a:hover
{
    text-decoration: underline;
}
h3
{
    font-size: 10pt;
}
/* END HEADINGS */

/* IMPORTS */
/*@import url('Layout.css');
@import url('Tabs.css');
@import url('Grid.css');
@import url('Navigation.css');
@import url('Misc.css');
@import url('Custom.css');*/
/* END IMPORTS */
