/*This Stylesheet defines the classes and tags which are the same for every page*/

BODY{
	margin : 0px 0px 0px 0px
}

.HeadingText1{
    font-size: 12pt;
    background: none transparent scroll repeat 0% 0%;
    color:  #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
    font-weight : bold;
}
.HeadingText2{
  	font-size: 11pt;
    background: none transparent scroll repeat 0% 0%;
    color:  #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
    font-weight : bold;
}
.WhiteText{
	background: none transparent scroll repeat 0% 0%;
	font-size: 10pt;
	color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
}