﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/


body{
	margin-left: 0px;
	margin-top:0px;
	margin-right:0px; 
	margin-bottom:0px; 
	padding:0px; 
}

body, p, H5, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #373c39;
}



a:link, a:visited{
color: #762537;
line-height: 1.10em;
	padding:  0px;
	text-decoration: underline;
}
a:hover{
	color: #602A3B;
	text-decoration: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


.clsInput
{
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    BACKGROUND-COLOR: #FFFFFF;
    BORDER: 1px solid black;
}

.cellbg{
	background: #333333 url(images/01_main_menu_bg.gif);
	background-repeat: repeat-x;
}

.cellbghome{
	background: #333333 url(images/01_main_menu_bg_home.gif);
	background-repeat: repeat-x;
}

.cellbgmain{
	background: #FFFFFF url(images/0_main_content.jpg);
	background-repeat: repeat-x;
}

.cellbgfoot{
	background: #333333;
}
