body {
	background-color:	#737D82;
	margin:			5px;
}

p {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#4D555E;


}

ul {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	list-style-type:	disc;
	padding-left:		15px;
	margin-left:		10px;
        color:                  #4D555E;
}

ol {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            bold;
	font-size:		12px;
	padding-left:		15px;
	margin-left:		15px;
        color:                  #4D555E;
}

li {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	padding-left:		5px;
	padding-bottom:		15px;
        color:                  #4D555E;
}

h1{
	font-family: 		arial, helvetica, sans-serif;
	font-size: 		14px;
	font-weight: 		bold;
	color: 			#4D555E;
	text-transform:		uppercase;
	margin-top:		0px;
	margin-bottom:		0px;
}

h2{
	font-family: 		Arial;
	font-size: 		14px;
	font-weight: 		bold;
	color: 			#4D555E;
	text-align:		justify;
	margin-top:		-5px;
	margin-bottom:		-5px;
}


h3{
	font-family: 		Arial;
	font-size: 		12px;
	color: 			#4D555E;
	font-weight: 		normal;
	text-transform:		uppercase;
	margin-bottom:		-10px;
}

h4{
	font-family: 		arial, helvetica, sans-serif;
	font-size:		11px;
	font-weight:		normal;
	font-style:		italic;
	text-align:		left;
	color:			#4D555E;
	margin-top:		7px;
	margin-bottom:		-5px;
}

h5{
	font-family: 		Arial;
	font-size: 		11px;
	color: 			#4D555E;
	font-weight: 		normal;
	font-style:		italic;
	margin-top:		0px;
	margin-bottom:		-5px;
}

sup{ 
	font-family: 		Arial; 
	font-size: 		11px;  
	color: 			#4D555E;
} 

hr {
	color:			#4D555E;
	background-color:	#4D555E;
	height:			1px;
}

th {
	font-family:		arial, helvetica, sans-serif;
	font-size:		24px;
	text-align:		left;
}

.fixed_background {
	background-repeat:	no-repeat;
}

a {
	font-family:		arial, helvetica, sans-serif;
	font-size: 		12px;
	font-weight:		bold;
	text-decoration: 	none;
	color: 			#4D555E;
}

a:link {
	text-decoration: 	none;
}

a:visited {
	text-decoration: 	none;
}

a:active {
	text-decoration: 	none;
}

a:hover {
	text-decoration: 	underline;
}


textarea {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#4D555E;
	width:			300px;
}

select {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#4D555E;
}

input {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#4D555E;
}

.form_input {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#4D555E;
	width:			200px;
}

.img_border {
    BORDER-RIGHT: #4D555E 3px solid;
    BORDER-TOP: #4D555E 3px solid;
    BORDER-LEFT: #4D555E 3px solid;
    BORDER-BOTTOM: #4D555E 3px solid;
    BACKGROUND-COLOR: white
}

.line_one {
	font-family: 		arial, helvetica, sans-serif;
	font-size: 		11px; 
	color: 			#C4C1B5;
	margin: 		5px;
	text-align: 		center;
}

.line_one_link {
	font-family: 		arial, helvetica, sans-serif; 
	font-size: 		11px; 
	color: 			#C4C1B5; 
	text-decoration: 	none;
}

.line_two {
	font-family: 		arial, helvetica, sans-serif; 
	font-size: 		11px; 
	color: 			#4D555E; 
	padding: 		0px; 
	margin: 		0px; 
	text-align: 		center;
}

.line_two_link {
	font-family: 		arial, helvetica, sans-serif; 
	font-size: 		11px; 
	color: 			#4D555E; 
	text-decoration: 	none;
}

.red {
	color: 			#870000;
}

.orange {
	color: 			#B45508;
}

.blue {
	color: 			#4C5C6C;
}
.yellow {
	color: 			#a29d22;
}
.purple {
	color: 			#6C3695;
}

.green {
	color: 			#58800D;
}