/*
menu
text: #B1B1B1
active: #FF6702;

*/
body 
{
    font-size: 100.1%;	
}

body, table, tr, td, div, p, h1, h2, h3, input, select, button { font-size:12px;  font-family: Verdana, Arial; }

/* HEADERS */
h1 {
	font-size:16px;
	padding-bottom:10px;
}
h2 {
	font-size:14px;
	padding-bottom:10px;
}
h3 {
	font-size:12px;
	padding-bottom:10px;
}

/* LINKS */
a:link { color:blue; text-decoration:underline; }
a:visited { color: blue; }
a:hover { color: black; }
a:active { color: purple; }

/* EO LINKS */

p {
    padding:0 0 10px 0;
}

img {
    vertical-align:top;
}