/* Default settings */
body {
	behavior: url("/ruubikcms/website/css/csshover3.htc");
	margin: 0;
	padding: 0;
	background: #6d6e71;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #58585a;
}

div, table, p, ul, ol, li, h1, h2, h3, h4, form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* Basic content styles */
h1 {
	padding-top: 10px;
	font: bold 16px Arial,sans-serif;
	margin-bottom: 15px;
	color: #0f75bc;
}

h2 {
	padding-bottom: 3px;
	font: bold 14px Arial,sans-serif;
	color: #58585a;
}

h2 a {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font: bold 13px Arial,sans-serif;
	color: #58585a;
	margin-bottom: 10px;
	padding-top: 5px;
}

p {
	font: normal 12px Arial,sans-serif;
	color: #58585a;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: justify;
}

p.blue {
	color: #0f75bc;
}

p.blue a {
	text-decoration: underline;
}

a {
	font: normal 12px Arial,sans-serif;
	color: #0f75bc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center_col li {
	margin-left: 50px;
}

.center_col ul, ol {
	margin: 20px 0 22px 0;
	
}

.left_col li {
	list-style-type: none;
	margin-left: 15px;
}

.left_col ul {
	line-height: 1.5em;
}

.left_col h2 {
	margin: 10px;
}
