body {
	background-color:	#D5D5D5;
	margin:			0px;
}

p {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#696969;
	
	margin-left:		0px;
	margin-right:		0px;
	margin-top:		0px;
	margin-bottom:		0px;

	padding-left:		25px;
	padding-right:		0px;
	padding-top:		10px;
	padding-bottom:		0px;

}

ul {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	list-style-type:	disc;
	padding-left:		15px;
	margin-left:		10px;
        color:                  #696969;
}

ol {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            bold;
	font-size:		12px;
	padding-left:		15px;
	margin-left:		15px;
        color:                  #696969;
}

li {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	margin-left:		20px;
	padding-left:		5px;
	padding-top:		0px;
	padding-bottom:		0px;
        color:                  #696969;
}

h1{
	font-family: 		times;
	font-size: 		20px;
	font-weight: 		bold;
	color: 			#5E8FBB;

	margin-left:		0px;
	margin-right:		0px;
	margin-top:		0px;
	margin-bottom:		0px;

	padding-left:		25px;
	padding-right:		0px;
	padding-top:		0px;
	padding-bottom:		0px;

}

h2{
	font-family: 		Arial;
	font-size: 		14px;
	font-weight: 		bold;
	color: 			#5E8FBB;

	margin-left:		0px;
	margin-right:		0px;
	margin-top:		0px;
	margin-bottom:		0px;

	padding-left:		25px;
	padding-right:		0px;
	padding-top:		8px;
	padding-bottom:		0px;

}

h3 {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		bold;
	text-align:		left;
	color:			#FFFFFF;
	
	margin-left:		0px;
	margin-right:		0px;
	margin-top:		0px;
	margin-bottom:		0px;

	padding-left:		5px;
	padding-right:		0px;
	padding-top:		5px;
	padding-bottom:		5px;

}

sup{ 
	font-family: 		Arial; 
	font-size: 		11px;  
	color: 			#5E8FBB;
} 

hr {
	color:			#FFFFFF;
	background-color:	#FFFFFF;
	height:			1px;
}

th {
	font-family:		arial, helvetica, sans-serif;
	font-size:		24px;
	text-align:		left;
}

.fixed_background {
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-position:	bottom right;
}

a {
	font-family:		arial, helvetica, sans-serif;
	font-size: 		12px;
	font-weight:		bold;
	text-decoration: 	none;
	color: 			#5E8FBB;
}

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: 			#5E8FBB;
	width:			100%;
}

select {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#5E8FBB;
}

input {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#5E8FBB;
}

.gray {
	color:			#888888;
}

.left {
	text-align:		left;
}

.center {
	text-align:		center;
}

.right {
	text-align:		right;
}

.form_input {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#5E8FBB;
	width:			200px;
}

.img_border
{
    BORDER-RIGHT: #6C7B90 3px solid;
    BORDER-TOP: #6C7B90 3px solid;
    BORDER-LEFT: #6C7B90 3px solid;
    BORDER-BOTTOM: #6C7B90 3px solid;
    BACKGROUND-COLOR: white
}
