body {
	background-color: #fcfcfc;
	text-align:left;
	font-size:12px;
}


a img {
border: none
}

a {
font-family: arial;
text-decoration: none;
font-weight:bold;
color:black;
}


a:hover {
color:black;
font-weight:bold;
text-decoration: underline;
}

table {
	
font-size:12px;
width:100%;
border-style: none;
text-align:justify;
}


td {
	padding-right: 5px;
	padding-left: 5px;
	border-style: none;
	vertical-align:top;
}

h1{
	color: blue;
	font-size: large;
}

h2{
	font-size: small;
	color: maroon;
	fot-size:medium;
}

button {
	border: none;
	background: #f4f8b3;
}

.errormsg {
color:red;
font-weight:bold;
font-family:verdana;
font-size:110%
}


.infomsg {
color: #008500;
font-family:verdana;
font-size: 100%}



.invalid {
color: red;
font-family:verdana;
font-size: 100%}



.authorised {
color: red;
font-family:verdana;
font-size: 100%}



.suspended {
color: #ff8000;
font-family:verdana;
font-size: 100%}



.unverified {
color: #ff8000;
font-family:verdana;
font-size: 100%}



.activated {
color: #008500;
font-family:verdana;
font-size: 100%}



.verified {
color: #008500;
font-family:verdana;
font-size: 100%}



.normaltext {
text-transform: none;
font-size:small;
}


.titletext {
margin-bottom: 10px;
line-height: 123%;
text-transform: none;
font-size: x-large;
}


.italic{
	font-style: italic;	
}

.smallcaps{
	font-size: 102%;
	font-variant: small-caps;	
}

.allcaps{
	text-transform: uppercase;
}

.spacer {
	position: relative;
	top: 100px;
	display: inline-block;
	visibility: visible;
	height: 25px;
	clear:both;
}

.newsheadline {
text-transform:uppercase;
font-weight:bold;
color:blue;
}

.news{
text-transform:none;
}


.logourl{
	width: 300px;
	height: 80px;
}



.bordered {
	background-color: #f4f9f8;
	border-color: #c2ccff;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
	text-align: center;
	overflow:auto;
}

.row1{
background: #eef2f4;
}

.row2{
background:white;
}

.leftcolumn {
width:15%;
text-align:left;
}

.rightcolumn {
text-align:left;
}


/* Items */

.cardicon {
width:54px;
height:32px;
}

.cardiconlarge {
width:158px;
height:94px;
}

.cardactionicons {
height: 21px;
width: 21px;
}

.highlightbox {
	padding: 10px;
	border-color: #afafaf;
	border-width: 1px;
	border-style: groove;
	background-color: #b3ffb2;
}


.tabcolumn {
	width:16%;
}

.selected {
	color: #008500;
font-family:verdana;
font-size: 100%;
border: 1px solid green;

}


