body {
	background-color:	#FFFFFF;
	margin:			0px;
}

p {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#505050;
	margin-top:		0px;
	margin-bottom:		0px;
	padding-top:		5px;
	padding-bottom:		5px;
}

ul {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	padding-left:		50px;
	margin-left:		0px;
        color:                  #505050;
        list-style-image: 	url(images/bullet.gif);
}

ol {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            bold;
	font-size:		12px;
	padding-left:		15px;
	margin-left:		15px;
        color:                  #505050;
}

li {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	padding-left:		0px;
	padding-bottom:		0px;
        color:                  #505050;
}

h1 {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	text-transform:		uppercase;
	color:			#505050;
	margin-top:		0px;
	margin-bottom:		0px;
	padding-top:		5px;
	padding-bottom:		5px;
}

h2 {
	font-family: 		Arial;
	font-size: 		12px;
	font-weight: 		normal;
	color: 			#505050;
	text-transform:		uppercase;
	margin-top:		0px;
	margin-bottom:		0px;
}

sup{ 
	font-family: 		Arial; 
	font-size: 		11px;  
	color: 			#2C76C2;
} 

a:link {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 		12px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 			#2C76C2;
	text-decoration: 	none;
}

a:visited {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 		12px;
	font-style: 		normal;
	color: 			#2C76C2;
	font-weight: 		normal;
	text-decoration: 	none;
}

a:active {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 		12px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 			#2C76C2;
	text-decoration: 	none;
}

a:hover {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 		12px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 			#2C76C2;
	text-decoration: 	none;
}


textarea {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#505050;
	width:			350px;
}

select {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#505050;
}

input {
	font-family: 		Arial; 
	font-size: 		12px;  
}

.form_input {
	font-family: 		Arial; 
	font-size: 		12px;  
	color: 			#505050;
	width:			200px;
}

.img_border
{
    BORDER-RIGHT: #2C76C2 3px solid;
    BORDER-TOP: #2C76C2 3px solid;
    BORDER-LEFT: #2C76C2 3px solid;
    BORDER-BOTTOM: #2C76C2 3px solid;
    BACKGROUND-COLOR: white
}

.main {
	margin-left:		0px;
	padding-left:		25px;
	padding-right:		25px;
	padding-bottom:		25px;
}