/* (c) 2004 endurit */
/* section 0 */
/* general */

html {
	height: 100%;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}
p, pre {
	margin-top: 12px;
	margin-bottom: 4px;
}
hr {
	height: 1px;
	width: 100%;
	color: #333333;
}


/* images */
img {
	border-width: 0px
}
#border {
	border-style:solid;
	border-width:1px;
	border-color: #336666;
}


/* lists */
ul {
	list-style: square;
	/*list-style-image:url();*/
	margin-top: 12px;
	margin-bottom: 4px;
}
ol {
	margin-top: 12px;
	margin-top: 4px;
}
li {
	padding-left : 0px;
	margin-left : -24px;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* headings */
h1 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	color : #0072bb;
}

h2 {
	margin-top: 24px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color : #0072bb;
}
h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color : #0072bb;
}
h4 {
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	color : #0072bb;
}

/* links */
a:link {
	color : #333333;
}
a:visited {
	color : #0072bb;
}
a:hover, a:active {
	color : #cc3300;
}
