body {
	background: #FFFFFF;
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size:11px;
	color: #000000;
	margin: 0px;
	text-align:left;
}

.title {
	background: #A7ABFF url(top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: none;
	color: #000000; 
	text-align: left;
	text-transform: none;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
}

.content {
	background: #FFFFFF url(content.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: tahoma; 
	font-size: 9pt; 
	color: #000000;
	line-height:13px;
	text-align: justify;
	padding:10px;
	width:580px;
}

blockquote {
	margin: 10px 30px 10px 20px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	line-height:13px;
	font-style:italic;
	}

blockquote cite {
	display: block;
	line-height:13px;
	font-style:italic;
	}


.bold {
        color: #5F6F62;
}

.strong {
        color: #5F6F62;
}

.italic {
        color: #000000;
}














/* LINKS */

a:link {
	text-decoration: none;
	cursor: hand;
	color: #27799F;
}

a:active {
	text-decoration: none;
	cursor: hand;
	color: #27799F;
}

a:visited {
	text-decoration: none;
	cursor: hand;
	color: #27799F; 
}

a:hover {
	cursor: hand;
	color: #015581;
	text-decoration:underline;
}


/* OTHER */


.imageupdates {
	border-style: solid;
	border-width: 4px;
	border-color: #CACACA;
	padding: 1px;
	background-color: #E8E9E3;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
}

.imageupdates:hover {
	border-style: solid;
	border-width: 4px;
	border-color: #B1A3B9;
	padding: 1px;
	background-color: #E8E9E3;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
}














.imagebday {
	border-style: solid;
	border-width: 4px;
	border-color: #FFC90F;
	padding: 1px;
	background-color: #E8E9E3;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
}

.imagebday:hover {
	border-style: solid;
	border-width: 4px;
	border-color: #2BFF0F;
	padding: 1px;
	background-color: #E8E9E3;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
}


