        A {color : #0000ff; text-decoration: none;}
        A:Visited {color : #0000ff;}
		A:Hover {color : #FF0000;}
		
		body {margin: 10px 0px 10px 0px; 
				background-color : #FFFFFF;
				}

		.normaltext {font-family : Verdana, Arial, Helvetica, sans-serif;
						color : #091F58; 
						font-size: 10pt;
						}

		.textbox {font-family : Verdana, Arial, Helvetica, sans-serif;
						color : #262626; 
						font-size: 10pt;
						background-color : #f6f6f6;
						}

		.supporttext {font-family : Verdana, Arial, Helvetica, sans-serif;
						color : #091F58; 
						font-size: 10pt;
						background-color : White;
						}

		.plaintext {font-family : Verdana, Arial, Helvetica, sans-serif;
						color : #091F58; 
						font-size: 10pt;
						}

		.headingtext {font-family : Verdana, Arial, Helvetica, sans-serif;
						color : #091F58; 
						font-size: 14pt;
						font-style : italic;
						text-align : center;
						}

		#hrline {width: 100%;
		        padding: 0 0 0 0;
		        margin: 0 0 0 0;
		        border-bottom: 1px solid #336699;
		}
		
		.sitehead {font-size: 12pt; font-weight : bold;}
		.sitetitle {font-weight : bold;}
        .site A {font-size: 08pt;}
        .site A:Visited {font-size: 08pt;}
		.site A:Hover {font-size: 08pt;}

		button, input[type="button"], input[type="submit"] {font-size: 11px; border-radius: 12px; }
		TD.blackheading {font-family : Arial;
						color : #000000; 
						font-size: 14pt;
						}
						
		TD.redheading {font-family : Arial;
						color : #FF0000; 
						font-size: 16pt;
						}
						
		TD.blacktitle {font-family : Arial;
						font-weight : bold;
						color : #000000; 
						font-size: 10pt;
						}
						
		TD.redtitle {font-family : Arial;
						font-weight : bold;
						color : #FF0000; 
						font-size: 10pt;
						}
		
		.linebg {
		        background: url(../images/topbg.gif) no-repeat;
		}
		
/* For Menu */

		.supportcontainer {
		        width: 300px;
		        padding: 0 0 5px 10px;
		        margin: 3px 0 5px 0;
		}
		
		.container {
		        width: 300px;
		        padding: 0 0 5px 20px;
		        margin: 3px 0 5px 0;
		}
		
		#navCircle {
		        margin: 0;
		        padding: 0 0 22px 10px;
		        border-bottom: 1px solid #336699;
		}
		
		#navCircle li {
		        margin: 0;
		        padding: 0;
		        display: inline;
		        list-style-type: none;
		}
		
		#navCircle a:link, #navCircle a:visited {
		        float: left;
		        font-family : Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
		        line-height: 14px;
		        font-weight: bold;
		        padding: 0 10px 6px 10px;
		        text-decoration: none;
		        color: #0099ff;
		}
		
		#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
		        padding-bottom: 8px;
		        color: #336699;
		        background: url(../images/circle.gif) no-repeat bottom center;
		}
		
		#MenuSelected {
		        float: left;
		        font-family : Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
		        line-height: 14px;
		        font-weight: bold;
		        padding: 0 10px 8px 10px;
		        color: #336699;
		        background: url(../images/circle.gif) no-repeat bottom center;
		
		}
