html, body {	
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #ededed;    
}

body, p, li, th, td, div, input, textarea {
    font-size: 12px;
	/* font-family: 'Times New Roman', Georgia, Times, serif; */
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
}

a { 
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.menu a {
    color: #1b55a9;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

table {
	padding: 0;	
	margin: 0;
}

img {
    border-width: 0;
}

.submenu {
    padding: 10px 0 0 24px;
    font-size: 14px;
	font-weight: bold;
}

h1, h2, h3 {
    padding: 0;	
	margin: 0;
}
h1 {
    font-size: 25px;
}
h2 {
   font-size: 20px;
}
h3 {
   font-size: 18px;
}

table.contact td, table.contact td div {
    color: #fff;
    font-size: 11px;
}
table.contact td div {
    padding: 0px 10px 10px;
}

#content a {
    text-decoration: underline;
    color: #1b55a9;
}
#content .attachment a {
    text-decoration: none;
    color: #000;    
}
#content .attachment .bigCard a {
    text-decoration: underline;
    color: #1b55a9;
}
#content {
    padding: 10px;
    padding-left: 12px;
}

.catalog_item_image {
    padding-bottom: 10px;
}
.catalog_item_title, .catalog_item_title a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.padding_bottom {
    padding-bottom: 14px;
}
.line {
    height: 10px;
    font-size: 1px;
    line-height: 1px;
}

/* Form */
.separator, .label, .button{
    margin-top: 4px;
}
.text-control, .separator {
    width: 90% !important;
}
.text-control {
    border: 1px solid black;
}
.separator {
   padding: 2px;
   text-align: center;
   background-color: #1b55a9;
   font-weight: bold;
   color: #fff;
   text-transform: uppercase;
}
.label {
   font-weight: bold;
   color: #1b55a9;
}
.button {
   border: 1px solid black;
   color: #fff;
   background-color: #1b55a9;
}

/* Floater */
.floater {
    width: 94%;
	margin: 5px 0px;
}
.title {
	text-align: center;
	background-color: #1b55a9;
	padding-top: 3px;
	height: 19px;
	color: #fff;
	font-weight: bold;
}
.text {
    
}
