body
{
    font-size: small;
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
}
label
{
	font-weight: bold;
	font-size: small;
}
.titleheather
{
    font-family: Arial;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.menu
{
	background-color: Red;
	font-size: 13px;
    font-family: Arial;
    padding: 6px;
    color:White;
    font-style:normal;
    font-weight:bold;

}

.pageTitle
{
	font-weight:bold;
	font-size: 13px;
}

.gridview
{
	border: Solid 1px Orange;
    cursor: default;
    padding: 3px 0px 0px 1px;
    table-layout: fixed;
	
}
.subtitle
{
    font-style: italic;
    font-weight: bold;
}

