BODY a:active {
	color:	#CCCCCC;
	text-decoration:	none;
}

BODY a:link {
	color:	#CCCCCC;
	text-decoration:	none;
}

BODY a:visited {
	color:	#CCCCCC;
	text-decoration:	none;
}

BODY a:hover {
	color:	#CCCCCC;
	text-decoration:	none;
	font-weight:	bold;
}

BODY 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}


/* all the paragraphs must look the same */
p.normal {
	font-size:	14px;
	color:		#555555;
	text-align: justify;
	font-family: Arial, Sans-Serif;
}

p.subject {
	font-size:	20px;
	color:		#325D88;
	font-weight: bold;
	/* background-color: gainsboro; */
	border-bottom-color: gainsboro;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-family: Arial, Sans-Serif;
}

p.highlight {
	font-size:	26px;
	color:		#325D88;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

.maintext, .controlform
{
	border-width:0px;
	/*height:235px;*/
	width:600px;
	font-family: arial, sans-serif;
	font-size:14px;
	text-align:right;
	overflow-x: wrap;
	overflow-y: auto;
	float:right;
	margin-right: 10px;
	margin-top: 10px;
	padding-right:5px;
	scrollbar-face-color:#eaf0f1;
	scrollbar-track-color: #eaf0f1;
	scrollbar-arrow-color: #738386;
	scrollbar-highlight-color:#738386;
	scrollbar-3dlight-color: #eaf0f1;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color: #738386;
    }
    
#controlform a:active
{
    color:Black;
}

#controlform a:link
{
    color:Black;
}

#controlform a:visited
{
    color:Black;
}

#controlform a:hover
{
    color:Black;
    text-decoration: none;
}

#maintext a:active
{
    color:darkblue;
}

#maintext a:link
{
    color:darkblue;
}

#maintext a:visited
{
    color:darkblue;
}

#maintext a:hover
{
    color:blue;
    text-decoration: none;
}

#piclayer {
		float:left;
		margin-left: 50px;
		margin-top: 30px;
	}
	
#piclayer_pic 
{
    max-width: 260px;
    width: auto !important;
    width: 260px;
}
	
#ContactForm {
	font-family: arial, sans-serif;
	font-size:12px;
	text-align:right;
	margin-right: 15px;
	width: 400px;
	height: 220px;
	overflow:auto;
	float :right;
	padding-top: 20px;
}

#ContactForm table, input
{
    font-size:12px;
}

#ContactForm table
{
    background-color: transparent;
}

#AfterContact {
	font-family: arial, sans-serif;
	font-size:18px;
	text-align:right;
	margin-right: 15px;
	text-align: center;
}

#bottomnavbar
{
    padding: 10px;
    }