a:link
{
    font-size: 10px;
    font-weight: bold;
	color: #333399;
	text-decoration: none;
}

a:visited
{
    font-size: 10px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}

a:active
{
     color: #999999;
     font-weight: bold;
     color: #666666;
     text-decoration: underline;
}

a:hover
{
    font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

body
{
     background-color: #ffffff;
     font-family: tahoma, times;
     font-size: 12px;
     margin: 0px 0px;
}

h3
{
    font-family: tahoma, times;
    font-size: 12px;
    font-weight: bold;
}

table
{
     background-color: #FFFFFF;
}

td
{
    background-color: #FFFFFF;
    font-family: tahoma, times;
    font-size: 12px;
}

td.one
{
    background-color: #333300;
}

td.menu_head
{
    font-weight: bolder;
}

td.menu
{
    background-color: #ffffff;
}

textarea, select, input, checkbox, file
{
     font-family:
     tahoma; font-size: 12px;
     background-color: #ffffff;
     color: #333399;
     border: 1px #666666 solid;
}
