/*
desFX internet solutions
http://www.desfx.com
info@desfx.com
*/


/*  -  boldLink  -  */
.menu:LINK {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	color : #666666;
	text-decoration : None;
	font-weight : Bold;
}

.menu:ACTIVE {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	color : #666666;
	text-decoration : None;
	font-weight : Bold;
}

.menu:VISITED {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	color : #666666;
	text-decoration : None;
	font-weight : Bold;
}

.menu:HOVER {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	color : #000000;
	text-decoration : None;
	font-weight : Bold;
}


/*  -  Global  -  */
A:LINK {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	color : #000000;
	text-decoration : Underline;
	font-weight : normal;
}

A:ACTIVE {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	color : #000000;
	text-decoration : Underline;
	font-weight : normal;
}

A:VISITED {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	color : #000000;
	text-decoration : Underline;
	font-weight : normal;
}

A:HOVER {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

BODY {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	background-color : #FFFFFF;
}

TD {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
}

INPUT {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	font-weight : None;
	border-bottom-width : 2px;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 2px;
}

TEXTAREA {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	font-weight : None;
	color : Black;
	border-bottom-width : 2px;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 2px;
}

SELECT {
	font-size : 8pt;
	font-family : Tahoma, Verdana;
	font-weight : None;
	color : Black;
	border-bottom-width : 2px;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 2px;
}

