﻿
.tableFullwidth {
	width: 100%;
}

.headcellindex {
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	background-color: #E8E8E8;
	color: #FF0000;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	width:100%
}
.headcellinternal {
	background-color: #999999;
	width:100%
}

.maincellindex {
	font-size: 110%;
	line-height: 150%;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #CCCCCC;
	text-align: center;
}
.maincellinternal {
    font-size: 13px;
    line-height: 150%; 
    padding-top: 25px; 
    padding-bottom: 12px;
	background-color: #C6C6C6;
	width: 100%;
}

.Redtext{
	color: #FF0000;
}
.Patrontext{
	font-size: 80%;
	font-weight:bold
}

.CentredText{
    text-align: center;	
}
.indented {
	margin-left: 40px;
}
.rightalign {
	text-align: right;
}
.lowercaselist {
	list-style-type: lower-alpha;
}
.normalweighttext{
	font-weight: lighter;
}

