﻿body
{
	margin				: 0px 0px 0px 0px;
	background-color	: #f8f8ff;
}
.logoBig
{
	font-family			: Times New Roman; 
	font-size			: 30pt; 
	color : White;
}

.logoSmall
{
	font-family			: Times New Roman; 
	font-size			: 15pt; 
	color : White;
}

.sideMenu
{
    font-family			: Trebuchet MS; 
    font-weight			: bold;
    font-size			: 10pt; 
    color				: Gray;
    text-decoration		: none;
}

.sideMenu:hover
{
    color				: #74a8f5;
    cursor				: pointer;
}

.heading
{
	font-family			: Trebuchet MS;
	font-weight			: bold;
	font-size			: 12pt;
	color				: #ff0000;
}
.subHeading
{
	font-style			: italic;
}
.productHeading
{
	font-family			: Trebuchet MS;
	font-weight			: bold;
	font-size			: 12pt;	
}
.subInfoHeading
{
	color:White;
	font-size:12pt;
}

.content
{
	font-family			: Tahoma;
	font-size			: 10pt;
	line-height			: 16pt;
	color				: Black;
	width				: 100%;
}

#imageContainer {
	
}

#imageContainer img {
	display				: none;
	position			: absolute;
	top					: 41px;
}
.box
{
	border-right: silver thin groove;
	border-top: silver thin groove;
	border-left: silver thin groove;
	border-bottom: silver thin groove;
}

