﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body
{
	background-repeat:repeat;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:normal;
	font-family: Tahoma;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:normal;
	font-family: Tahoma;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	font-weight:normal;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-weight:normal;
	}

TABLE
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


.txtBox 
{
	height:20px; 
	font-size: 11px;
	font-family: Tahoma, Verdana;
}

.lblLabel 
{
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight:normal;	
}


.linkHyperlink 
{
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight:normal;	
}


.button {
    border:1px solid #FFFFFF;
    color:white;
    background-color:#1AB93C;
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    height:22px;
}
.cbobox
{
    font-size:12px;
}

