/* CSS (Cascading Style Sheets) */
/* Following is for all HTML documet*/



.bodyfont {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #000000;
	vertical-align:top;
}

.stroke {
	border: 1px dashed #000000;
}

.blur{	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}
.gray{
	background-color:#C0C0C0
	}
.blue{
	background-color:#7BA2B5
	}
.shadow,.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{	
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #FFF; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

body {
	background-image: url('images/background.jpg');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	vertical-align:top;
}

td {
	padding: 0.3cm	
}

p.bottom{
text-align: center;
font-size: 13px;
}

td.nopadding{
	padding: 0cm
	}

.sides{
	width: 15%;
}

A:link {
	COLOR: #990000; 
	TEXT-DECORATION: underline
}
A:hover {
	COLOR: #990000; 
	BACKGROUND-COLOR: #fff8dc; 
	TEXT-DECORATION: underline overline
}

A:visited {
	COLOR: #333333; 
	TEXT-DECORATION: underline
}

A:HOVER{ 
	  color:#FF3333; 
}

H1{text-align:center}
