﻿body 

.PageTitle {
	font-family:Verdana;
	font-size:22px;
}
.ParagraphTitle {
	font-family:Verdana;
	font-size:16px;
}
.Paragraph {
	font-family:Verdana;
	font-size:smaller;
}
.ControlLabels {
	font-family:Verdana;
	font-size:12px;
}
.ControlTextBox {
	font-family:Verdana;
	font-size:12px;
}
.ControlDropDownList {
	font-family:Verdana;
	font-size:12px;
}
.RedText {
	font-family:Verdana;
	font-size:12px;
	color:Red;
}
.TableTitle {
    font-family:Verdana;
    font-size:13px;
    color:White;
    background-color:Black
}
.Tableheading {
    font-family:Verdana;
    font-size:12px;
    color:White;
    background-color:Black    
}
.Tablecontent {
    font-family:Verdana;
    font-size:10px;
    color:black;
    background-color:LightGrey;
}
.Tablefooter {
    font-family:Verdana;
    font-size:10px;
    font-style:italic;
    color:black;
    background-color:LightGrey;
}
.Imagetitle 
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    font-style:italic
}
 a:link 
{
    color: Black;
    text-decoration: Underline;
}
a:hover { color: Red;
    text-decoration: Underline;
}    
a:visited { color: Red;
    text-decoration: Underline;
}
.Producttable {
    font-family:Verdana;
    font-size:12px;
    color:White;
    background-color:#617496 
}

h1 
{
    font-family:Verdana;
	font-size:22px;
	font-weight:normal;
}   