﻿html[xmlns] 
{
    height : 100%; 
    padding-bottom : 0.005em;     
    border:0;
    margin:0;
} 


body 
{    
    border:0px;
    padding:0px;
    margin:0px;    
    font-family: Arial, Verdana;
    font-size: 14px;
    background-image:url(../../gfx/master_bg.jpg);
    background-repeat:repeat-x;    
    background-color:#c9c9c9;       
}

img
{
    display:block;
    border:0;
    margin:0;
    padding:0;
}

a
{
    /* color: #cc9900; */    
    color: #003366;
    text-decoration:none;
    /*
	border-bottom: 1px dashed;
	
	*/
}

a:visited
{
    color: #003366;
}

a:hover
{
	
    color: #003366;
    text-decoration:underline;
    cursor:pointer;
    /* 
	border-bottom: 1px solid;
	
	*/
}

h1
{
    font-family: Arial, Verdana;
    font-size:24px;
    Color: #858585;
    font-weight:normal;
    border-bottom: dotted 2px;            
}

h2
{
	font-family: Arial, Verdana;
    font-size:19px;
    width:auto;
    Color: #858585;
    font-weight:normal;
	/*border-bottom: dotted 2px;            	 */
}

h3
{
    font-family: Arial, Verdana;    
    font-size: 13px;
    font-weight:bold;
    font-style:normal;
    /*margin: 10px 0 3px 0;        */
}

form input
{
    border: solid 1px #003366;
    color: #003366;       
}

*[type="button"], *[type="submit"]
{
    background-color:#003366; 
    color: #F5F5FF;
    /*font-weight: bold;*/
    /*border: solid 1px #0072bb;*/
    border: solid 1px #003366;
}

*[type="button"]:hover, *[type="submit"]:hover
{
    background-color:#F5F5FF; 
    color: #003366;
    /*border: solid 1px #0072bb;*/
    border: solid 1px #003366;
    cursor:pointer;
}

form textarea
{
    border: solid 1px #003366;
    color: #003366;  
}

ol, ul
{
    text-align:left;
    list-style-type:square;
}

li
{
    margin-bottom: 5px;
}