/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 150%;
	text-align:center;
	font-size:12px;
	background:#666;
	/*overflow:hidden;*/
}

li{
	margin-left:20px;
	}

/* Normal link */
a {
	color: #d70306;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color: #d70306;
	text-transform:uppercase;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}


hr {
	border-top: 1px solid #CCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}


/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

.pagination {
	text-align:center;
}

.pagination li {
	display:inline;
	list-style:none;
}