@charset "UTF-8";
/* CSS Document */

/* News */

.Newstitles {
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:30px;
	color:#A6A9AC;
	text-align:left;
	font-weight:bold;
}

.NewsSub{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:16px;
	color:#0093D9;
	text-align:left;
	font-weight:bold;
}

.newstext{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:13px;
	color:#555;
	text-align:justify;
	font-weight:normal;
}

.Readmore{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:13px;
	color:#FFF;
	text-align:right;
	font-weight:normal;
	background-color:#0093D9;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}

.Readmore:hover {
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:13px;
	color:#FC0;
	text-align:right;
	font-weight:normal;
	background-color:#0093D9;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}



/* News */

.Footertxt{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:12px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
}

.Footertxtyellow{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:12px;
	color:#FC0;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.Footertxtyellow2{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:12px;
	color:#FC0;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.Footertxtyellow2:hover{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:12px;
	color:#FC0;
	text-align:center;
	font-weight:bold;
}

.BodyTxt{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#555;
	text-align:justify;
	font-weight:normal;
}

.contact{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:12px;
	color:#555;
	text-align:left;
	font-weight:normal;
}


/* Menu */

.topmenu{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#0092D8;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

.topmenu:hover {
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#555;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

.topmenu2{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#0092D8;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
}

.topmenu2:hover {
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#555;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
}

.send{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:16px;
	color:#0093D9;
	text-align:center;
	font-weight:bold;
}

