body{
	color : #fbff8a;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.bodyJust{
	color: #fbff8a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.small{
	color: #fbff8a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}


a:link{
	font-weight: bold;
	text-decoration:none;
	color : #ffd949;
}

a:visited{
	font-weight: bold;
	text-decoration:none;
	color : #ffd949;
}

a:hover{
	font-weight: bold;
	text-decoration:underline;
	color : #ffff70;
}



a.green:hover{
	text-decoration:underline;
	color : #a7ad4a;
}


a.noDecoration:link{
	text-decoration:none;
	color : #f5f28d;
}

a.noDecoration:visited{
	text-decoration:none;
	color : #f5f28d;
}

a.noDecoration:hover{
	text-decoration:none;
	color : #a7ad4a;
}

.innerTable
{
	background-color: #585935;
	max-width: 500px;
	min-width: 500px;
	min-height: 500px;
	max-height: 500px;
	height: 500px;
	width:500px;
	vertical-align:top;
}

.nameTd
{
	background-color: #7d1238;
	min-height: 100px;
	max-height: 100px;
	height: 100px;
	vertical-align:bottom;
}

.menuTd
{
	min-height: 20px;
	max-height: 20px;
	height: 20px;
}

.mainTd
{
	min-height: 500px;
	max-height: 500px;
	height: 500px;
	min-width: 700px;
	max-width: 700px;
	width: 700px;
}