/***********************************************************************/
/* 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: white;
}

.text_small,
.text_small a{ 
	font-size: 9px;
}

.text_big,
.text_big a{ 
	font-size: 13px;
}

/***********************************************************************/
/* LINKS */
/***********************************************************************/
a{
	color: #333333;

	font-family: Verdana, Arial;
	font-weight: bold;
    text-decoration: none;   
}

/* hover */
a:hover{
	color: #191970;   
	
	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: #2D3388;

	color: #ffffff;
	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;
}
