/***********************************************************************/
/* TEXT */
/***********************************************************************/

body, table, td, tr{
	color: black;

	font-size: 11px;
	font-family: Verdana, Arial;
}
p{
	margin-top: 0px;
	margin-bottom: 12px;
}

.text_bright,
.text_bright a{
	color: #5F5F5F;
}

.text_small,
.text_small a{
	font-size: 9px;
}

.text_big,
.text_big a{
	font-size: 13px;
}

/***********************************************************************/
/* LINKS */
/***********************************************************************/
a{
	color: #F39911;
	font-family: Verdana, Arial;
	font-weight: bold;
   	text-decoration: none;
}

/* hover */
a:hover{
	color: black;
	font-family: Verdana, Arial;
	text-decoration: none;
}

/***********************************************************************/
/* TITLES */
/***********************************************************************/
h1{
	font-size: 14px;
	font-weight: bold;

	margin-top: 0px;
}

h2{
	font-size: 13px;
	font-weight: bold;

	margin-top: 10px;
	margin-bottom: 4px;
}

h3{
	font-size: 12px;
	font-weight: bold;

	margin-top: 8px;
	margin-bottom: 2px;
}

/***********************************************************************/
/* CONTROLS */
/***********************************************************************/
input, select, textarea{
	background-color: #CFCFCF;

	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial;

	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
}
