
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #4f4f4f;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

body {
	padding-left: 50px;
	padding-top: 0px;
	
}

INPUT {
	border: 1px #cccccc solid;
	height:21px;
	padding-top : 1px;
	padding-left : 3px;
}


SELECT {
font-weight : 1000;
	border: 1px #cccccc solid;
	height:19px;
	font-size : 12px;
	padding-top : 0px;
	padding-left : 0px;
}

TEXTAREA {
	border: 1px #cccccc solid;
	padding-top : 3px;
	padding-left : 3px;
}


h1 {
	font-size: 3em;
}

h2 {
	font-size: 26px;
	font-weight : 1000;
	letter-spacing : 1px;
	color: #000000;
}

h3 {
	color: #ff7f00;
	font-size: 1.3em;
	font-style : italic;
	font-weight : 400;
	letter-spacing : 1px;
	color: #000000;
}

h4 {
	font-size: 16px;
	font-weight : 1000;
	letter-spacing : 0px;
	color: #000000;
}

h5 {
	font-size: 11px;
	font-weight : 1000;
	letter-spacing : 0px;
	color: #000000;
}


p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #c40000;
}

.sidelink {
	font-size : 13px;
	color: #000000;
	font-weight : bold;
}

.sidelink:hover {
	font-size : 13px;
	color: #000000;
	text-decoration: underline;
}

.link {
	color: #333333;
	text-decoration: underline;
}

hr {
	display: none;
}


.bordertable {
	background-color : #ffffff;
	border : 1px solid #cccccc;
    padding: 0;
} 

/* login */
.bg-container {
	width: 840px;
	padding: 0;
	padding-left: 0px;
	margin: 0px 0 5px 0;
}

.bg-header {
	height: 15px;
	padding: 0;
	margin: 0;
	background: #fff url("../img/bg_grey_top.gif") no-repeat right bottom;
}

.bg-header img{
	float: left;
	padding: 1px 5px 5px 5px;
	margin: 0;
}

.bg-header p {
	padding: 10px;
	margin: 0;
	color: #666;
}

.bg-content {
	background: #ffffff url("../img/bg_grey_bottom.gif") no-repeat right bottom;
	padding: 15px;
}

