body {
	margin: 0px; 
	padding: 0px; 
	background-color: #FFFFFF;  
	font-family: Tahoma;
	font-size: 13px; 
}
td {
	font-family: Tahoma;
	font-size: 13px; 
}
p {
	margin: 5px 0px 10px 0px;
}
img {
	border: 0px;
}
.grey {
	color: #7D7D7D;
}
.red {
	color: #D60715;
}
.small_grey {
	font-size: 11px; 
	color: #7D7D7D;
}

.small_grey a:hover,.small_grey a {
	font-size: 11px; 
	color: #7D7D7D;
	text-decoration: none;
}



h1 {
	font-size: 22px; 
	font-weight: bold; 
	color: #DC0010;
}
h2 {
	font-size: 22px; 
	font-weight: normal; 
	color: #DC0010;
}
h3 {
	font-size: 13px; 
	font-weight: bold; 
	padding-top: 15px;
}

/* system messages */

table.error {
	border: 1px dotted #DC0010;
	background-color: #FFF9F9;
}
/* footer menu */

.menu_footer {
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #C0C0C0; 
	text-decoration: none
}

a.menu_footer  {
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #C0C0C0; 
	text-decoration: none
}
a.menu_footer:hover  {
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #D60715; 
	text-decoration: none
}

/* links */

a {
	font-family: Tahoma;
	font-size: 13px;
	color: #D60715;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #AD0512;
	text-decoration: underline;
}

a.small {
	font-family: Tahoma;
	font-size: 11px;
	color: #D60715;
	text-decoration: underline;
}
a.small:hover {
	font-size: 11px;
	color: #AD0512;
	text-decoration: underline;
}

a.big {
	font-family: Tahoma;
	font-size: 18px;
	color: #D60715;
	text-decoration: underline;
}
a.big:hover {
	font-size: 18px;
	color: #AD0512;
	text-decoration: underline;
}

.news_title {
	font-size:14px; 
	font-weight: bold; 
	color:#5c5c5c;
}

/* contact form */
.contact_caption {
	font-size: 18px;
}
.order_caption {
	font-size: 18px;
}
input.contact {
	font-family: Tahoma;
	font-size: 18px;
	padding: 3px;
	border: 1px solid #C9C9C9;
	width: 100%;
}

input.order {
	font-family: Tahoma;
	font-size: 18px;
	padding: 3px;
	border: 1px solid #C9C9C9;
	width: 100%;
}

.hosting td {
	padding-top: 5px; 
	padding-bottom: 5px;
}
