<Style type="text/css">

SPAN.menuhdr {
    background-color : transparent;
    font-family : Arial;
    font-size : 12px;
    font-weight: bold;
    color : white;
    letter-spacing : 0;
}

/******** Common Login page and Admin area styles ***********/
/* Style for all non class links */
A:Link {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: normal;
    color 		: blue;
    letter-spacing 	: 0;
    text-decoration 	: underline;
}

A:Visited {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: normal;
    color 		: purple;
    letter-spacing 	: 0;
    text-decoration 	: underline;
}

A:Hover {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: normal;
    color 		: gray;
    letter-spacing 	: 0;
    text-decoration 	: underline;
}


/***************** Login page styles ***********************/
/* Style header in login page */
SPAN.logtitle {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 18px;
    font-weight		: bold;
    color 		: black;
    letter-spacing 	: 0;
}

/* Style header in login page */
SPAN.loghdr {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: normal;
    color 		: black;
    letter-spacing 	: 0;
}

/* Style wrong login message in login page */
SPAN.wronglog {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: normal;
    color 		: red;
    letter-spacing 	: 0;
}

/* Style text in login page */
SPAN.logtext {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: normal;
    color 		: black;
    letter-spacing 	: 0;
}

/* Style text in login page */
SPAN.logboxtext {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 10px;
    font-weight		: normal;
    color 		: black;
    letter-spacing 	: 0;
}


/***************** Admin area styles **********************/
/* Style for headers of parts */
SPAN.menuhdr {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: bold;
    color 		: white;
    letter-spacing 	: 0;
}

/* Style for headers of tables */
SPAN.tblhdr {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: bold;
    color 		: black;
    letter-spacing 	: 1;
}

/* Style for headers of tables */
td.colhdr {
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: bold;
    color 		: white;
    letter-spacing 	: 0;
}

/* Style for usual fields of tables */
td.ufields {
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: normal;
    color 		: black;
    letter-spacing 	: 0;
}

td.margfield {
    padding-left	: 5px;
}

/* Style for usual text */
SPAN.utext {
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: normal;
    color 		: black;
    letter-spacing 	: 0;
}


/* Style for headers in menu */
SPAN.mnhdr {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: bold;
    color 		: white;
    letter-spacing 	: 1;
}

/* Style for text in header part in admin area */
SPAN.hdrpartstyle {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 30px;
    font-weight		: bold;
    color 		: black;
    letter-spacing 	: 2;
}


/* Style for the links in the menu */
A.menu:Link {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: bold;
    color 		: white;
    letter-spacing 	: 1;
    text-decoration 	: none;
}

A.menu:Visited {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: bold;
    color 		: white;
    letter-spacing 	: 1;
    text-decoration 	: none;
}

A.menu:Hover {
    background-color 	: transparent;
    font-family 	: Arial;
    font-size 		: 12px;
    font-weight		: bold;
    color 		: white;
    letter-spacing 	: 1;
    text-decoration 	: underline;
}


TD {
    font-family		: Arial;
    font-size		: 12px;
    font-weight		: normal;
    color		: #000000;
}

.mainText {
	font-size: 70%;
	color : #747A7F;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 120%;
}
.mainTextLogin {
	font-size: 90%;
	color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 120%;
}
.textWhiteBold {
	font-size: 80%;
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 120%;
}
.textWhiteBoldSmall {
	font-size: 70%;
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 120%;
}
.textDarkBold {
	font-size: 80%;
	color : #747A7F;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 120%;
}
.textDarkBoldSmall {
	font-size: 70%;
	color : #747A7F;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 120%;
}
.mainText {
	font-size: 70%;
	color : #747A7F;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 120%;
}