﻿/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
/* common */
body{
    margin:0;
    padding:0;
    /*font-family: Helvetica, arial, sans-serif;    */
    font-family: Helvetica, tahoma, verdana, arial, trebuchet ms,sans-serif;
    font-size: 0.8em;
    font-weight:normal;    
    color: Black;    
    /*background:url('../images/bg.jpg') repeat-x Black;            */
    background-color: Gray;
}

.clear
{
    clear: both;
    background-color: White;
}


a img
{
    border:none;
}

a:link,
a:visited 
{		
	color: #3C3C3C;
	text-decoration:none;	
}

a:visited, 
a:focus,
a:hover 
{			
	color: #3C3C3C;
}

p
{
    /*padding-top: 4px;*/
    /*padding-bottom: 4px;*/
    margin: 0px 0 7px 0;
	line-height: 18px;		
	font-size: 11px;
	/*color: #9E9E9E;*/
}

/* H1- h6 */

h1
{
    padding: 7px; 
    padding-bottom: 1px;
    padding-top: 2px;
    font-size: 1.5em;  
    text-align: center;              
	font-weight: normal;		
	overflow: hidden;    
	color: #676453;
}

h2 
{    
    /*color: #8CC63F;*/
    /*color: #BFD51D;*/
    /*color: #C5C0B6;*/
    color: #676453;
    /*font-weight: bold;	*/
    font-size: 1.2em;    
    padding-left: 2px;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
	line-height: 1.5em;
	padding: 2px;
}

H2.thinner
{
	width: 70%;
}

H4  {        
    font-size: 1.0em;
    font-weight:    normal;    
    /*color: #B0B0B0;*/    
}

H5, DT  {    
    font-size:  10px;
    font-weight:    normal;    
    line-height: 20px   
}

H6  {    
    font-size:  9px;
    font-weight:  normal;     
    line-height: 20px   
}
.TextBox
{
    font-size: 1.2em;
    height: 20px;    
}