body {
	background-color : White;
	color : black;
}

p {
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
}

li {
    font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
}

td {
    font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
}

ul {
}

.centered {
	text-align: center;
}

img {
	border: none;
}

.right {
	text-align: right;
}

.white {
	background-color : black;
	color : white;
	font-family : Verdana, Arial, Helvetica;
	font-size : 13px;
}

.heading {
    color : black;
	background-color: #eeee00;
	font-family : Verdana, Arial, Helvetica;
	font-size : 13px;
	font-weight : bold;
}

.Alert {
	background-color : White;
	color : Red;
	font-family : Verdana, Arial, Helvetica;
	font-size : 16px;
}

.Button {
	font-family : Verdana, Arial, Helvetica;
	font-size : 13px;
}

.ConfirmTextarea {
	font-family : test, monospace;
	font-size : 13px;
}

.MonthCell {
	font-weight : bold;
	font-size : 16px;
}

.Image {
	border : 0px;
}

td.logo {
	vertical-align: middle; 
	padding: 10px;
}

td.leftborder {
	border-left: 1px solid black;
}


td.bottomborder {
	border-bottom: 1px solid black;

}
td.menu {
	border-right: 1px solid black;
	border-left: 1px solid black;
	font-family : Verdana, Arial, Helvetica;
	font-size : 13px;
	white-space : nowrap;
}

td.main {
	border-right: 1px solid black;
	width : 100%;
}

td.header {
	background-color: #eeee00;
	color: black;
	border-top: 1px solid black;
    border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

td.footer {
	background-color: #000000;
	color : white;
}

