body {
   margin: 0;
	padding: 0;
	background-color: #190926;
	background-image: url(images/bkg2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

a:link, a:visited, a:active {
   text-decoration: none;
	font-weight: bold;
	color: red;
}

a:hover    {
   text-decoration: underline;
	font-weight: bold;
	color: red;
}

.menu {
	background-color: #b30526;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.menu a:link, .menu a:visited, .menu a:active {
   text-decoration:    none;
	color: white;
}

.menu a:hover    {
   text-decoration: none;
	color: black;
}

.newslist {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

.newslist a:link, .newslist a:visited, .newslist a:active {
   text-decoration: none;
	color: black;
}

.newslist a:hover    {
   text-decoration: underline;
	color: black;
}

.contentwrapper {
   padding-top: 25px;
   padding-bottom: 25px;
   background-color: black;
}

.content {
	background-color: white;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}

.contentwithtitle {
	background-color: white;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
}

.contentnoborder {
	background-color: white;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #49196d;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #49196d;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}
	
.newstitle {
	font-size: 12px;
	color: #49196d;
	font-weight: bold;
}
	
.contenttitle {
	font-size: 14px;
	color: #49196d;
	font-weight: bold;
}

.footnote {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

a.footnote:link, a.footnote:visited, a.footnote:active {
   text-decoration: none;
	color: black;
}

a.footnote:hover    {
   text-decoration: none;
	color: #b30526;
}

.trbg {
	background-color: white;
}

.trbgalt {
	background-color: #e3d4b5;
}

.td1 {
	background-color: #eae0eb;
	padding: 2px 2px 2px 2px;
	border-bottom: 2px solid white;
}

.td2 {
	background-color: #ccb8d3;
	padding: 2px 2px 2px 2px;
	border-bottom: 2px solid white;
}

.ArticleTitle {
	font-size: 18px;
	color: #b30526;
	font-weight: bold;
}

.ArticleListTitle {
	font-size: 16px;
	color: #b30526;
	font-weight: bold;
}

.ArticleListText {
	font-size: 12px;
	color: black;
}

.ArticleTitleWrapper {
	padding-bottom: 10px;
}

.ImageInGallery {
	margin: 5px; 
	padding: 0px;
}

