@charset "UTF-8";

a:link,a:active{ 
	color:#ffccff;
	text-decoration: none;
	font-weight: bold;
}

a:visited   {
	color:#d738c2;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
} 

body {
	background-color: #697891;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #ffffff;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #213a64;
	filter:alpha(opacity=100);
	background:;
}

.container {
	color: #ffffff;
	position:relative;
	border: 0px  #;
	padding: 5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #697891;
	color: #FFFFFF;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}

table {
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div {
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.heading  {
	font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif !important;
	font-weight: bold !important;
	font-size: 1.5em !important;
}

textarea {
	background-color: #697891;
	margin-bottom: 1em;
}

div.wall_body {
	font-style:italic;
	padding-left: 75px;
}