/*
 * Common style sheet
 * ---------------------
 * Lars Jolsum 2004.
 */

body, table, tr, td {
	font-family : sans-serif, Arial, Helvetica;
	font-size : 12px;
}

h1 {
	font-size: 20px;
        margin-top: 0px;
        margin-bottom: 12px;
}

h2 {
	font-family: Times new roman;
	font-size: 19px;
}

h3 {
	font-family: Times new roman;
	font-size: 16px;
        margin-bottom: 12px;
}

h4 {
	font-family: Times new roman;
        border-bottom: 1px solid #7F9DB9;
	font-size: 12px;
	padding-bottom: 1px;
        margin-bottom: 8px
}

.borderBot {
	border-bottom: 2px solid #000000;
}

.borderTop {
	border-top: 0.25px solid #000000;
}

.borderLeft {
	border-left: 0.25px solid #000000;
}

.borderRight {
	border-right: 2px solid #000000;
}

.menuHeader {
	font-weight: bold;
	font-family: Times new roman;
        border-bottom: 1px solid #7F9DB9;
	font-size: 14px;
	padding-bottom: 1px;
        margin-bottom: 8px;
	margin-top: 0px;
}

.mainHeader {
	margin-top: 0px;
	margin-bottom: 14px;
	padding-bottom: 1px;
	border-bottom: 1px solid #666633;
	font-variant: small-caps;
}

.orgHeader {
        margin-top: 0px;
        margin-bottom: 14px;
        padding-bottom: 1px;
        border-bottom: 1px solid #666633;
        font-variant: small-caps;
	background: #cccc99;
}

.tabHeader {
	border-bottom: 0.25px solid #000000;
	border-top: 0.25px solid #000000;
	font-variant: small-caps;
        font-weight: bold;
        font-size: 14px;
}

.smallCaps {
	font-variant: small-caps;
	font-size: 14px;
}



.secHeader {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 0.25px solid #000000;
}

.secElement {
	border-bottom: 0.25px solid #000000;
}

.smallHeader {
	font-variant: small-caps;
        font-weight: bold;
        font-size: 14px;
}


.menuElement { }
.menuElement  a:link {  color: #0D0188; text-decoration: none;}
.menuElement  a:visited { color: #0D0188; text-decoration: none;}
.menuElement  a:hover { color: #4D41ff; text-decoration: none;}


a {
	color: #1133ff;
}

a:visited {
	color: #1133ff; text-decoration: none;
}

a:active {
	color: #1133ff;
}

a:link {  
	color: #1133ff; text-decoration: none;
}

hr {
	color: #cccccc;
	height : 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.grey {
	color: #888888;
}

