	BODY {
		background-color: White;
	}

	/*
	TEXT STYLE
	*/
	A {
	color: Red;
	text-decoration: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	/*A:visited {color: #474747;text-decoration : none;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px}*/
	P {
		color: #474747;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin-bottom: 3;
		margin-top: 3;
	}
	FONT {color: #474747;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px}
	TD {color: #474747;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px}
	DIV {color: #474747;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px}

	/*
	TITLES
	*/
	A.title {font-size: 13px; font-weight: bold; color:red;}
	P.title {font-size: 13px; font-weight: bold; color:red;}
	span.title {font-size: 13px; font-weight: bold; color:red;}
	FONT.title {font-size: 13px; font-weight: bold; color:red;}
	TD.title a {font-size: 13px; font-weight: bold; color:red;}
	DIV.title a {font-size: 13px; font-weight: bold; color:red;}

	H1 {font-size: 14px; font-weight: bold;}
 	H2 {font-size: 13px; font-weight: bold;}

	/*
	SUB-TITLES
	*/
	A.sub-title {font-size: 11px; font-weight: bold;}
	P.sub-title {font-size: 11px; font-weight: bold;}
	FONT.sub-title {font-size: 11px; font-weight: bold;}
	TD.sub-title p a {font-size: 11px; font-weight: bold;}
	DIV.sub-title p a {font-size: 11px; font-weight: bold;}

	/*
	MENU
	*/
	A.menu {font-size: 9px; font-weight: bold;color:#5a5b5c;}
	a:hover {color:red;}
	A.menu-selected {font-size: 9px; font-weight: normal; color:red;}  
	A.menu-bottom {font-size: 11px; font-weight: normal;}
	P.sub-menu 1{font-size: 11px; font-weight: bold;}
	FONT.sub-menu {font-size: 11px; font-weight: bold;}
	TD.sub-menu a {font-size: 11px; font-weight: bold;}
	DIV.sub-menu a {font-size: 11px; font-weight: bold;}

	/*
	BACKGORUNDS
	*/

	.top-menu-bar{
		background-color: #d7e1d8;
		height: 30px;
	}

	.bottom-menu-bar{
		background-color: #d7e1d8;
		height: 30px;
	}

	/*
	TABLES STYLES
	*/

	.main-table {
		border: 1px solid #7f7f7f;
		width: 750px;
	}

	/*
	FORMS
	*/
	input {
		border : 1px #d4d4d4 solid;
	}
	input.button {
    font-size: 7pt; font-weight: bold;color:#7f7f80;  
		border : 1px #7f7f7f solid;
		font-weight: bold;
		background-color: #d4d6d7;    
	}

	select {
		border : 1px #d4d4d4 solid;
	}
