Body {
	margin: 0px;
	color: #000000;
	background-color: #EBEBEB;
	background-image: url(lines.gif);
	font-size:10px;
	font-family: Verdana, Arial, Sans-Serif;
}

.bodytext {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	display:inline; 
	line-height:15px;
}


.box {
    font-size: 11px;
	font-style: normal;
	background-color: #FFFFFF;
    width: 300px;
    padding: 5px;
    border: 2px solid navy;
    margin: 5px;
}

A:Link {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #1876C5;
}

A:Visited {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #A5473D;
}

A:Active {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #1876C5;
}

A:Hover {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
/*	TEXT-TRANSFORM: uppercase;  */
}

/* Menu Stuffs */

.MenuContent {
	width: 150px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	float: right;
	text-align:right;
}

.MenuContent A:Link, A:Active {
	color: #646464;
}
.MenuContent A:Visited {
	color: #646464;
}
.MenuContent A:Hover{
	background-color: #F4F2EA;
	text-decoration: underline;
	color: #000000;
}
