/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
table {
border-collapse: collapse;
}
body {
	color: #000000;
/* 	background: #FFFFFF; */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin: 0 auto;
}

/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
	border:none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: none;
	border:none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}
.noborder {
border:none;
}
.noborder img{
border:none;
text-decoration:none;
background:none;
}
/* Heading */
h1 {
	font-size: 200%;
	color:#00A4E8;
	font-family: Tahoma, Arial, Helvetica, monospace;
	line-height:100%;
}

h2 {
	font-size: 150%;
	color:#666;
	margin-top:-10px;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
	border:none;
}
/* Small text */
.smallimp{
	color: #666666;
	font-size: 75%;
}
ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: url(../images/bullet.gif) no-repeat;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.bg{
width:800px;
height:600px;
background: url(hg.gif) no-repeat;
margin: 0 auto;
}
.content{
width:400px;
height:400px;
margin-left:45px;
padding-top:150px;
position:inherit;
}

