﻿body {

    background-color: #47192E;

	margin: 0px;

}

.text {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #ffffff;

}

.minimedtext {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #ffffff;

	font-weight: bold;

	text-decoration: none;

}

.minitext {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #ffffff;

}

.bigtext {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 17px;

	color: #ffffff;

	font-weight: bold;

}

.medtext {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #ffffff;

	font-weight: bold;

	text-decoration: none;

}

.logout {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;

	cursor:hand;

	text-decoration:none;

}

html > body .roombt {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 12px;

	cursor:hand;

	background: url(images/tbutton.png);

	background-repeat: no-repeat; 

}

A {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size : 13px;

	text-decoration : underline;

	color : #ffffff;

}

A:HOVER {

	text-decoration : underline;	

	color : Black;

}

A.login {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size : 14px;

	text-decoration : underline;

	color: #ffffff;

	font-weight:bold;

}



A.menu {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size : 10px;

	text-decoration : none;

	color : #ffffff;

	font-weight:bold;

}

A:HOVER.menu {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size : 10px;

	text-decoration : underline;

	color : #ffffff;

}

TH {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size : 12px;

    text-align: center;

}

TD {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size : 12px;


}

HR {

	border : 1px solid #D3D3D3;

}

.error {

	font-family :Century Gothic, Arial, Helvetica, sans-serif;

    font-size : 16px;

    color : Red;

}

.info {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

    font-size : 11px;

    color : Blue;

}