/* CSS Document */

.mainLinks {
	font-size: 10pt; 
	font-family: arial;
	font-weight: bold;
	color: #000000; 
	text-decoration:none
}

a:hover.mainLinks { 
	color: #605c65;
	text-decoration:underline 
}

.backgroundColor {
	background: #605c65
}
	
.weddings {
	background: #000000
}

.innerLinks {
	font-size: 9pt; 
	font-family: arial;
	font-weight: bold;
	color: #770f0b; 
	text-decoration:underline
}

a:hover.innerLinks { 
	color: #ffffff 
}

.portraits {
	background: #ffffff
}

.borderSettings {
	background: #000000;
	border: 2px solid #818181
}

.mainText {
	font-size: 10pt;
	font-family: arial;
	color: #605c65
}

.greyText {
	font-size: 9pt; 
	font-family: arial;
	color: #605c65
}

.newsTitle {
	font-size: 10pt;
	font-weight: bold; 
	font-family: arial;
	color: #818181
}

.arrows
{
scrollbar-base-color: #605c65;
scrollbar-arrow-color: #000000;
scrollbar-face-color: #605c65;
scrollbar-highlight-color: #000000;
}

TABLE.article {
    background: #000000}


TR.linksBar {
	background: #c4b902
}

TR.articleTitle {
	font-family: arial;
	font-size: 10pt; 
    font-weight: bold;
	color: #ffffff;
	background: #000000
}

TR.articleText {
	font-family: arial;
	font-size: 9pt;
	color: #ffffff;
	background: #3D3D3D
}

.smallText {
	font-family: arial;
	font-size: 8pt;
	color: #ffffff;
	background: #3D3D3D
}

TR.articlePosted {
	font-family: arial;
	font-size: 7pt;
	color: #818181;
	background: #000000
}

