body	{	
	background: #fff;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: x-small;
}

td	{
	vertical-align: top;
}

/*div, td {border: 1px solid #f00;}*/

#header	{
	color: #666;
	font-family:  Book Antiqua, Sylfaen, Andalus;
	font-size: large;
	padding: 0;
	margin: 0;
}

#header span.organize	{
	font-size: medium;
	margin-left: 25px;
}

span.big	{
	color: #8b0000;
}

.menutop	{
	width: 100%;
	height: 26px;
	background: #2662B4;
	vertical-align: sub;
	border-left:
	1px solid #FFD700;
	overflow: hidden;
}

/*26*/
.menutop a, a.now	{
	width: 100px; 
	height: 26px;
	text-align: center;
	display: block;
	padding: 5px;
	float: left;
	border-right: 1px solid #ccc;
	border-left: 5px solid #FF6347;
	font-weight: 100;
        color: #fff;
	text-decoration: none;
	font-size: x-small;
	font-weight: 500;
	margin: 0px;
}

.menutop a:hover	{
	text-decoration: underline;
	border-left: 5px solid #FF4500;
	color: #fff;
}

.menutop a.now		{
	font-weight: 600;
}

#main	{
	font-size: x-small;
	padding: 20px;
}

p	{
	text-indent: 20px;
}

.right	{
	width: 250px;
}

div.right	{
	height: 100%;
	vertical-align: top;
	padding-top: 40px;
	text-align: center;
	font-size: x-small;
}

td.right	{
	background: #fff;
}

#footer	{
	border-top: 1px solid #ccc;
	margin: 10px;
	padding-top: 10px;
	color: #666;
}

#footer a	{
	color: #666;
}

.baloon	{
	border: 1px solid #6495ED;
	background: #ddd;
	display: block;
	text-align: center;
	padding: 5px;
	color: #445;
	font-size: x-small;
}

h2, h3	{
	font-size: medium;
	border-left: 5px solid #FF6347;
	padding-left: 5px;
	margin-left: 25px;
}

table	{
	width: 100%;
}

h4	{
	border-left: 5px solid #ccc;
	padding-left: 5px;
	margin-left: 25px;
}

#main a:link, .baloon a:link	{
	color: #069;
	text-decoration: underline;
}

#main a:visited, .baloon a:visited	{
	color: #7c7c7c;
	text-decoration: underline;
}

#main a:hover, .baloon a:hover	{
	color: #1690cd;
	text-decoration: underline;
}

#main a:active, .baloon a:active	{
	color: #32ace9;
	text-decoration: underline;
}

.menutop a b	{
	border-bottom: 1px dotted #fff;
}

#main table	{
	width: 100%;
	border-spacing: 10px;
}

#main table td 	{
	font-size: x-small;
	border: 1px dashed #ddd;
	padding: 10px;
}
#main table td img {
	padding-top: 5px;
	padding-left: 15px;
}

.buttons	{
	margin-left:10px;
	margin-bottom:10px;
	max-width:200px
}

.title	{
	font-weight:bold
}

#main .noborder td	{
	border:0px;
	padding:0px;
	width:auto
}