/* Text element styles */

h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 24px;
	color: #999999;
}

h2 {
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: normal;
	line-height: 18px;
	color: #00A064;
}

h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
}

h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
}

h5 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
	color: #FF0000;
}

h6 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
}

ul {
	margin-left:20px;	/* kill default 50px left padding and set 20px */
} 

li { 
	margin-bottom:1em;	/* set default inter-item vertical spacing */
}

a:link {
        color : #0098CB;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration: none;
}

a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	/*font-weight: bold;*/
	color: #0098CB;
}

a:hover {
        color : #21A9D3;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration: underline;
}

a:active {
	color : #21A9D3;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
}

/* Table and form styles */

form {margin:0; padding:0;}

/* Background and major division styles */

body {
	margin: 0;
	padding: 0;
	border 0;
	background-image: url(http://www.opengroup.org/images3/bg.gif);
	background-repeat: repeat;
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: center;
}

#vspace {
	/* For div that ensures container extends to bottom of window */
	/* when content is short. */
	margin: 0;
	padding: 0;
	border 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#container {
	display: block;
	width: 934px;
	min-height: 100%;
	background-color: #fff;
	margin: auto;
	padding: 0;
	border: 0;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	border: 0;
}

#footer {
	width: 934px;
	height: 140px;
	position: relative;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#content {
	margin: 0 8px 0 8px;
	padding: 0;
	border: 0;
}
