body {
	background-image: url(Images/MainBack.png);
	background: #b8ccdf;
}
#flag {
	cursor: pointer;
	cursor: hand;
	margin-top: 155px;
	}
#topflash{
	border-top: 1px solid #ffffff;
	background-image: url(../Images/Banner.jpg);
	height: 188px;
	width: 720px;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	}
.style2 {
	font-weight: bold;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #ECF5FF;
	text-decoration: none;
}
a:visited {
	color: #ECF5FF;
	text-decoration: none;
}
.leftnav-text-columns {
	padding-left: 4px;
	padding-right: 4px;	
}
.tabletop {
	background: #eff3f8;
	height: 30px;
	font-size: 12px;
	color: #54415a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.roweven {
	background: #2e415a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	padding-left: 18px;
	height: 35px;
	}
.rowodd{
	background: #aec1d5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #2e415a;
	font-size: 11px;
	padding-left: 18px;
	height: 35px;
	}
.articles-select{
	width: 180px;
	border: 1px solid #13284a;
	}
a:hover {
	text-decoration: underline;
	} 

body,td,th {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style38even {
	font-size: 14px;
	background:#b7c0cb;
	height: 20px;
	padding-left: 3px;
	cursor: pointer;
	cursor: hand;
}
.style38odd {
	font-size: 14px;
	background:#dee2e7;
	height: 20px;
	padding-left: 3px;
	cursor: pointer;
	cursor: hand;
}
.style38 {
	font-size: 14px
}
.style16en {color: #293f65; font-weight: bold; font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style16 {color: #293f65; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style17 {
	color: #293f65;
	font-size: 16px;
}
.style20 {
	font-size: 14px;
	color: #293f65;
}
.style21 {
	color: #121D2E;
	font-size: 17px;
}
.style30 {
	font-size: 14px;
	color: #121D2E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style36 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #121D2E;
}
.rectborders{
	background-image: url(../Images/MainCenterBar/Centerrecto.png);
	border: solid 1px #284d79;
	/*background: #c3e2ff;*/
	}
.style37 {font-size: 14px}
.style50 {
	font-size: 16px;
	color: #121D2E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style51 {
	font-size: 17px;
	color: #121D2E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.images {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}

/*Calendar*/
.main {
width:150px;
border:1px solid black;
}

.month {
background-color:F7F7F7;
font:bold 12px verdana;
color:612D31;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
cursor: pointer;
cursor: hand;

}

.days #today{
	font-weight: bold;
	color: green;
	cursor: pointer;
	cursor: hand;
}
.days #hasnews{
	font-weight: bold;
	color: red;
	cursor: pointer;
	cursor: hand;	
}