body, table {
	font-family: Tahoma;
	font-size: 12px;
}

img {
	border:none;
}

.lineYellow {
	background-color: #dcd634;
}

.lineBlue {
	background-color: #9bddf8;
}

h1 {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	display:inline;
}

.titleMenu a {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#4785c4;
	text-decoration:none;
}

.titleMenu a:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#4785c4;
	text-decoration:underline;
}

.titleBlue {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#0e469b;
}

.products {
	background-color: #cddeef;
	color: #3374b4;
}

.content {
	background-color: #4785c4;
}

/* FUCK YOU INTERNET EXPLORER FUCK YOU MICROSOFT */
.contentIECenter {
	text-align:center;
}

.contentDiv {
	width:502px;
	margin:auto;
	color:#ffffff;
	line-height:20px;
	text-align:justify;
}

.footer {
	background-color: #535353;
	color: #ffffff;
	font-size: 10px;
}

.footer a {
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

ul {
	padding-left:30px;
}

ul.products a {
	color:#3374b4;
	text-decoration:none;
}

ul.products a:hover {
	color:#3374b4;
	text-decoration:underline;
}

table.products a {
	color:#3374b4;
	text-decoration:none;
}

table.products a:hover {
	color:#3374b4;
	text-decoration:underline;
}

.imageSmall {
	vertical-align:top;
	padding-right: 5px;
	padding-top:0px;
	float: left;
	position: relative;
	display:inline;
}

#fullImage {
	display:none; 
	width:600px; 
	text-align:left; 
	position:absolute; 
	top:100px; 
	left:50%; 
	margin-left:-300px;
}

a.white {
	color:#ffffff;
	text-decoration:none;
}

a.white:hover  {
	color:#ffffff;
	text-decoration:underline;
}
