/* 
# REDEFINE HTML ELEMENTS
*/ 
body,td,tr,div,p,form,input,select,textarea
{
	color:#333333;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
}

TABLE{
	border : thin;
}

td.nav
{
	color:#333333;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
}

body
{
	background-color:#CCCCCC;
	margin:0px;
}

img
{
	border:0px;
}

input,select,textarea
{
	background:#FFFFFF;
	border:1px solid #333333;
	color:#000000;
	font-size:10px;
	padding:0px;
}
/* 
# TEXT ELEMENTS
*/ 
.page_title
{
	color:#333333;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
}

.title
{
	color:#333333;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight : bold;
}

a
{
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
	color:darkgreen;
}

a.nav1
{
	color:#ffffff;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight : bold;
	text-decoration : none;
}

a:hover.nav1
{
	color:#ffffff;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight : bold;
	text-decoration : underline;
}

a.nav2
{
	color:#333333;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight : bold;
	text-decoration : none;
}

a:hover.nav2
{
	color:#333333;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight : bold;
	text-decoration : underline;
}

a.aorder
{
	color:#6B6B6B;
	font-family:verdana;
	font-size:12px;
	font-weight : bold;
	text-decoration : none;
}

a:hover.aorder
{
	color:#6B6B6B;
	font-family:verdana;
	font-size:12px;
	font-weight : bold;
	text-decoration : none;
}
