body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111;
}

h1, h2, h3, h4, h5, h6 {
	color: #57b5e0;
	font-weight: normal;
	font-family: 'shaveiceRegular', sans-serif;
	margin-bottom: 10px;
}


/* Font sizes */

h1 { font-size: 30px; line-height: 30px;}
h2 { font-size: 25px; line-height: 30px;}
h3 { font-size: 20px; line-height: 30px;}
h4 { font-size: 18px; line-height: 20px;}
h5 { font-size: 16px; line-height: 20px;}
h6 { font-size: 14px; line-height: 20px;}

p, caption, td, th, dd, dt, pre, code, address {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

p, ul, ol, li{
	color: #444;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	font-size:14px;
	line-height:20px;
}

hr {
	background-color: #b3b3b3;
	border: 0;
	color: #b3b3b3;
	height: 1px;
	margin-bottom: 10px;
	width: 100%;
}

/* Links */
a {
	color:#57B5E0;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#79C4E6;
	text-decoration:underline;
}

/* Lists and stuff */
ul, ol {
	margin: 0 0 10px 10px;
	padding-left:16px;
}


li {	
	font-size: 14px;	/* declared explicitly to avoid nesting bugs */
	margin: 0 0 5px 0;
	list-style-position: inside;
	list-style:circle outside none;
}

li li {margin: 5px 0 5px 15px;} /* pad nested list items */

ul.styled-list li {	
	list-style-type: disc;	
}

ol.styled-list li {	
	list-style-type:decimal;
}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

/* Tables */
table {
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	border-right-style: none;
	margin-bottom: 10px;
		
}

th {
	background-color: #EEE;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 2px 10px;
}

td {
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;

	padding: 2px 10px;
}

caption {	
	font-style: italic;
	text-align: left;
}

/* Other blocks of content */

blockquote {
	color: #333;
	font-style: italic;
	margin: 10px;
}

code {
	color: #666;
	display: block;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0 0 10px 0;
}

pre {
	color: #666;
	display: block;
	margin: 0 0 10px 0;
}

/* Misc html elements */

del {color: #999;}

ins {font-style: italic;}
