/* CSS Document */


.ContainerHeadline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}


/*Container*/

.Container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
}

A.ContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.ContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.ContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

A.ContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

/*Module Actions*/

.ActionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

/* CUSTOMIZE DESIGN */




A:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #0045BE;
}

A:visited   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #0045BE;
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #FF6600;
}

A:active    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #0045BE;
}

SMALL   {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	color: #000000
}

BIG {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #666666
}

NORMAL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
}
tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	line-height: 15px;
}
.GoldBkgrnd {
	background-color: #fbe8b6;
}
.Gold-bottomleft {
	background-image: url(images/gold_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 20px;
	height: 15px;
}
.Gold-bottommiddle {
	background-image: url(images/gold_bottomcenter.gif);
	background-repeat: repeat-x;
}
.Gold-bottomright {
	background-image: url(images/gold_bottomright.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.Gold-topright {
	background-image: url(images/gold_topright.gif);
	background-repeat: no-repeat;
}
.Gold-rightmiddle {
	background-image: url(images/gold_middleright.gif);
	background-repeat: repeat-y;
}
.Gold-top {
	background-image: url(images/gold_top.gif);
	background-repeat: repeat-x;
}
.Gold-leftmiddle {
	background-image: url(images/gold_leftmiddle.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 20px;
}
.Gold-lefttop {
	background-image: url(images/gold_topleft.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 20px;
	height: 20px;
}
.ContentPadding10 {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}