﻿	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	
	
	a
{
	color: #E85F4A;
}


	a:hover
{ 
	color: #FF0000;
	
 }

	
	h1
{
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-align: justify;
}
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p
{
	margin: .4em 0 .8em 0;
	padding: 0;
	text-align: justify;
}
	.img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header
{
	clear: both;
	float: left;
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #000;
	background-image: url('Images/logo.gif');
	background-color: #fff;
	background-repeat: no-repeat;
}


	
	h2{color: #900;}
	h3
{
	text-align: justify;
}
	
	
	-.MenuItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #C0C0C0;
	text-decoration: none;
}
	/* --> */
	
	
.Title
{
	-color: red;
	text-decoration: underline;
	font-size: large;
	font-weight: bold;
	
}
.Writer
{
	float: right;
	text-align: right;
	padding-top: 10px;
	color: #C0C0C0;
	padding-right: 160px;
}

.pnlText
{
	width:60%;
	text-align: justify;
}

a{background-color:Transparent;}

.message
{
	border-bottom-style: solid;
	border-width: thin;
	border-color: #C0C0C0;
	padding: 4px;
	text-align: justify;
}