@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	line-height:1.4;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}
h1, h2, h3 { margin-top:0; margin-bottom:0; }
#content a:link , #content a:visited{
	color:#18A8E1;
	text-decoration: underline;
}
#content a:hover {
	color:#000;
}
#content h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #18A8E1;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	color: #127EC2;
}
#content h3 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	line-height: 1.2em;
	color: #666;
}
#content h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	line-height: 1.2em;
}
#content ul {
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 20px;
}
#content ol {
	margin-bottom: 10px;
	list-style-type: decimal;
	margin-left: 20px;
	font-size: 12px;
}
#content li {
	font-size: 12px;
	color: #666;
}
#content p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #666;
	text-align: left;
	margin-bottom: 10px;
}
#content strong {
	font-weight: bolder;
	color: #333;
}
#content em {
	font-style: italic;
}
#content blockquote {
	background-color: #EFEFEF;
	float: left;
	height: auto;
	width: 92%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#content code {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #000;
}
.hotlink p {
	font-size: 12px;
	color: #666;
	float: left;
	width: 90%;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#welcome h2 {
	font-size: 24px;
	color: #18A8E1;
	font-weight: lighter;
	float: left;
	margin-top: 20px;
}
#welcome p {
	color: #333;
	font-size: 12px;
	width: 55%;
	float: left;
}
#why-us p {
	font-size: 12px;
	color: #666;
	margin-bottom: 9px;
}
