body
{
	font-family: arial, helvetica, sans-serif;
}

table.myCustom
{
	border-color: #B5B5B5;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

td.myCustom1
{
	border-color: #B5B5B5;
	border-style: solid;
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

td.myCustom2
{
	border-color: #B5B5B5;
	border-style: solid;
	margin: 0;
	padding: 4px;
	border-width: 0 1px 0 0;
}

td.myCustom3
{
	border-color: #B5B5B5;
	border-style: solid;
	margin: 0;
	padding: 4px;
	border-width: 0 1px 0 0;
}

.viewallstyle
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #468A61;
}

.raquostyle
{
	color: #FF0000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

a.myLink:link
{
	color: black;
	text-decoration: none;
}

a.myLink:visited
{
	color: black;
	text-decoration: none;
}
a.myLink:hover  
{
	color: #A5A5A5;
	text-decoration: none;
}

a.myLink:active 
{
	color: black;
	text-decoration: none;
}

a.myMenu
{
	display:block;
	font-size: xx-small;
	color: #006B6B;
}

a.myMenu:link
{
	color: #006B6B;
	text-decoration: none;
}
a.myMenu:visited
{
	color: #006B6B;
	text-decoration: none;
}

a.myMenu:hover
{
	color: #006B6B;
	text-decoration: none;
	background-color: #D5FFD5;
}

a.myMenu:active
{
	color: #006B6B;
	text-decoration: none;
}
