/* CSS Document */
body {
    margin-left: 5px;
  	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size: 12px;
    font-style:normal;
	line-height: 14px;
	font-weight: normal;
	font-variant:normal;
	text-transform: none;
	color: #333333;
}

.textmenu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:center;
}

.texthead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	line-height: 28px;
}
.texthead2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color:#990000;
	line-height: 28px;
}
.texthead3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color:#CC3300;
	line-height: 24px;
}
.textbody {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

.textmail {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #3399FF;
	line-height: 18px;
}

.textmore {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#999999;
	line-height: 18px;
	text-decoration:underline;
}

.textproduct {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration:underline;
	color: #333333;
}

.textbottom {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color:#999999;
}

.textbottomlink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
}


/*************************  Links *************************/

a:link {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration:none; 
}

a:visited { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none; 

}

a:hover {
color:#FFFFFF;
font-weight: normal;
text-decoration: underline;

}

li a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none; 

}
li a:visited { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none; 

}

a.textmail:link {
	color:#3399FF;
	font-weight: normal;
	text-decoration:none; 
	}
	
a.textmail:hover {
	color:#3399FF;
	font-weight: normal;
	text-decoration:underline; 
	}
a.textmail:visited {
	color:#3399FF;
	font-weight: normal;
	text-decoration:none; 
	}
a.textmore:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#999999;
	line-height: 18px;
	text-decoration:underline;
}
a.textmore:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#999999;
	line-height: 18px;
	text-decoration:underline;
}