body {
	color: #6B6B6B;
	font-family: Tahoma;
	font-size: 11px;
	background-image : url(../images/sidebar.gif);
	background-position: top left;
	background-repeat : repeat-y;
	background-color: #FFFFFF;
   scrollbar-face-color:#FFFFFF;
   scrollbar-arrow-color:#E95E01;
   scrollbar-track-color:#F4F6F8;
   scrollbar-shadow-color:#848284;
   scrollbar-highlight-color:#ffffff;
   scrollbar-3dlight-color:#D6D3CE;
   scrollbar-darkshadow-Color:#202020;
}

p, td {
	color: #6B6B6B;
	font-family: Tahoma;
	font-size: 11px;
	
}

.small {
	font-family : tahoma;
	font-size: 10px;
	color: #73868A;
}

.smallheader {
	color: #5C7277;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.header {
	color: #E95E00;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.bold {
	color: #5C7277;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

.form {
	color: #E95E00;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: medium;
}

input{
	border :  1px solid #5C7277;
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
}

.checkbox {
	border: 1px solid #FFFFFF;
}

textarea {
	border :  1px solid #5C7277;
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
}

.button {
	border :  1px solid #5C7277;
}

.sidecontent {
	padding-right : 10px;
	padding-left : 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	width: 160px;
}

.sidecontent2 {
	padding-right : 10px;
	padding-left : 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	width: 200px;
}

.main {
	padding-right : 40px;
	padding-left : 20px;
	padding-bottom: 10px;
	padding-top: 20px;

}

.hr {
	background-image : url(../images/points.jpg);
	background-repeat : no-repeat;
	width: 156px;
	text-align: center;
}

.hr2 {
	background-image : url(../images/points2.jpg);
	background-repeat : no-repeat;
	width: 441px;
	text-align: center;
}

.h3 {
	background-image : url(../images/points3.jpg);
	background-repeat : no-repeat;
	width: 195px;
	text-align: center;
}
a:link, a:visited {
	color: #5C7277;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

a:hover{
	color: #5C7277;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: bold;
}

a.btn:link, a.btn:visited {
	color: #E95E00;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.btn:hover{
	color: #E95E00;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

li {
	color: #6B6B6B;
	font-family: Tahoma;
	font-size: 11px;
	list-style-type : square;
	padding:0; 
}

ul {
	padding:0;
	margin:0; 
}

.dottedBorder {
border: 1px dotted #9d9d9d;
}