﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
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-color:#848484;	*/
	/*background-image:url(Images/bg_tile.gif);*/
	background-repeat:repeat;
	font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
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 {text-decoration:underline;}
a:hover {text-decoration:none;}
*/

/* Default CSS Stylesheet for a new Web Application project */
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:normal;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:normal;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	font-weight:normal;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-weight:normal;
	}

.HeaderBold
{
	font-weight: bold;
	font-size: 10pt;
	color: Navy;
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	text-align: left;
}

TABLE
{
	font-size: 11px;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	text-align: left;
}


/*.txtBox {border:1px solid #666666;}*/
.txtBox {/*border:1px solid #666666;*/ height:20px }

.button {
    border:1px solid #FFFFFF;
    font-family:Tahoma;
    color:#FFFFFF;
    background-color:Orange;
    font-size:1.2em;
}
.cbobox
{
    /*border:1px solid #FFFFFF;
    color:#FFFFFF;
    background-color:#FF9900;*/
    font-size:12px;
}
.lblLabel
{
	font-family:Tahoma;
	font-size:11px;	
}

.clsHyperlink
{
	font-family:Tahoma;
	font-size:11px;	
	color:#0277AD;
}


