body {
	scrollbar-track-color: #0C3540;
	scrollbar-face-color: #0C3540;
	scrollbar-highlight-color: #D3DCEC;
	scrollbar-3dlight-color: #242C38;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #242C38;
	scrollbar-arrow-color: #D3DCEC;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #333333;
	background-color:#071E24;
	text-align:center;
	margin: 0;
	padding: 0;
}

td{
	color:#D8F6FE;
	font-size:13px;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0;
	padding: 0 0 10px;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

li ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: square;
}

/* Title of pages */
h1 {
	margin: 0;
	padding: 4px 0 10px 0;
	font-size: 150%;
	line-height: 120%;
	font-weight: normal;
	color: #3366cc;
	font-family: Tahoma;
}

/* Title of products */
h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #3366CC;
}

/* Used in Side Object - Title */
h3 {
	font-size:14px;
	font-weight:bold;
	color:#F4A021;
	padding:0px 0px 0px 0px;
	margin:10px 0px 10px 0px;
}

/* Used in Central - SubTitle */
h4 {
	margin: 0 0 20px 0;
	background-image:url('../images/h4bg.gif');
	background-position:center left;
	background-repeat:repeat-x;
	padding: 22px 0 22px 15px;
	vertical-align:center;
	font-size: 12px;
	color: #00D8FF;
}

/* Used in Page - Archive Menu Year*/

h5{
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0 10px 0;
	border-bottom:1px solid #3A9E22;
	margin:0 5px 10px 0;
}
h6{
	font-size:12px;
	color:#00C9FF;
	padding:5px 0px 5px 0px;
	margin:0px;
	line-height: 16px;
	letter-spacing: 0.7px;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.textsmall {
	font-size: 90%;
	color: #8E8A8A;
}

.textfade {
	color: #333333;
}
.line-dotted{
	background-image:url('../img/line_dotted.gif');
	background-position:center left;
	height:3px;
	display:block;
}
.line-dotted-2{
	background-image:url('../img/line_dotted2.gif');
	background-position:top center;
	background-repeat:repeat-y;
}
