/* Default CSS Stylesheet for a Content */

.maincontenttextsmall
{
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	line-height: 14pt;
}

.maincontenttext
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	line-height: 14pt;
}

.maincontenttitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffcc99;
	font-family: Arial;
	text-decoration: none;
}

.maincontenttitlelarge
{
	font-weight: bold;
	font-size: 14pt;
	color: #ffcc99;
	font-family: Arial;
	text-decoration: none;
}

.maincontenttextcolor
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffcc99;
	line-height: 17px;
	font-family: Arial;
	text-align: justify;
	text-decoration: none;
}

.maincontentbiddingtextcolor
{
    font-weight: normal;
    font-size: 9pt;
    color: #ffffff;
    line-height: 17px;
    font-family: Verdana;
    text-align: justify;
    text-decoration: none;
}
.Spade
{
    color: #ffffff;
}
.Heart
{
    color: red;
}
.Diamond
{
    color: red;
}
.Club
{
    color: #ffffff;
}

/* Systeemkaart pagina 1 */
.ContentText {
	font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
	font-size: 10pt;
}
.ContentTextRed {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.ContentTextRedBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: larger;
}
.BorderRight {
	border-color: #E0E0E0;
	border-right-style: solid;
	border-right-width: 1px;
}
.BorderThickBottom {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.ContentTextCenter {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.BorderBottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.ContentTextBlueUnderline {
	color: #ffcc99;
	text-decoration: underline;
}
.ContentTextBlueUnderlineBorder {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-decoration: underline;
	color: #ffcc99;
}
