 /***************************************************************************************************
HTML Tags
***************************************************************************************************/
body {
	margin:0px; 
	padding:0px;
	text-align: center;
	background-color:#27487D;	
	background: url("../images/bg-solid.jpg") repeat top;
	scrollbar-face-color: #369;
	scrollbar-base-color: #336699;
	scrollbar-track-color: #336699;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #69c;
	scrollbar-3d-light-color: #369;
	scrollbar-shadow-color: #036;
	scrollbar-dark-shadow-color: #336699;
}

p {
	font-family: arial, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	text-align: justify; 
	margin: 20px; 
	line-height: 10pt; 	
	color: #33487D;
	text-indent: 0em;
	}

	

/***************************************************************************************************
Classes
***************************************************************************************************/
.loftposition {
	position:absolute;
	top:0px;
	width:480px;
	}
	
.message {
	text-align: left; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: arial, helvetica, sans-serif;
	width:620px;
	top: 100px;
	margin:0px auto;
	padding:15px;
	border: 1px solid #8DAEE8;
	background-color : #5A7BB0;
	}

.photo {
	text-align: left; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: arial, helvetica, sans-serif;
	width:253px;;
	margin:0px auto;
	padding:1px;
	border: 1px solid #8DAEE8;
	background-color : #5A7BB0;
	}
	
	
/***************************************************************************************************
Links
***************************************************************************************************/
a:link {color:#33487D; font-weight:bold; text-decoration: none;}
a:active {color:#33487D; font-weight:bold; text-decoration: none;}
a:visited {color:#33487D; font-weight:bold; text-decoration: none;}
a:hover {color:#FFFFFF;	font-weight:bold; text-decoration: none; border-width : 1px 0px 1px 0px; border-color:#27487D; border-style: solid;   }
