html {
    height:100%;
    margin-bottom:1px;	
}

h1 {
    color:#444444;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:22px;
    font-weight:normal;
    margin:0 0 0 0;
}

h2 {
    color:#D36202;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    margin:0 0 15 0;
}

body, p, ul, td, input, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

body {
    background-color:#B0B9C3;
    margin: 0 0 0 0;
}

p {
    margin:0 0 15 0;
    line-height:150%;
}

ul {
    margin:0 0 15 0;
    padding:0 0 0 3;
    line-height:160%;
    list-style:square inside;
}

hr {
    color:#999999;
    height:1px;
    border-style:solid;
}

/* ---------- */
/* hyperlinks */
/* ---------- */

a:link		{ text-decoration: none; 		color: #000088; }
a:visited 	{ text-decoration: none; 		color: #000088; }
a:hover		{ text-decoration: underline;	color: #ec7600; }

/* --------------- */
/* custom elements */
/* --------------- */

img.dot {
    width:11;
    height:11;
    float:left;
    margin:3 6 0 0;
}

.menuCell {
    width:195px;
    background-color:#F4F4F3;
    vertical-align:top;
}

.contentCell {
    padding:10 20 10 20;
    vertical-align:top;
    text-align:left;
}

.menuTable {
    width:195px;
    margin:10 0 30 0;
}

.menuItem {
    font-weight:normal;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:11px;
    padding-top:5px;
    padding-bottom:7px;
    padding-left:15px;
    border-bottom:1px solid #CCCCCC;	
}

hr.underTitle {
    margin-bottom:20px;
}
