body {
	background-color: #3571B2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
.Border-Black-1111 {
	border: 3px solid #FFFFFF;
}
.Border-topbottom {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #E93040;
	border-left-color: #FFFFFF;
}
h1{
	color: #11518E;
	font-weight: bolder;
	font-size: 16px;
	text-align: left;
	background-color: #48B2DE;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	background-image: url(images/gradient_bg.gif);
}
h2{
	color: #A4001D;
	font-weight: bolder;
	font-size: 12px;
	margin: 10px;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
	text-align: left;
	word-wrap: normal;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.homepagetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*Products*/
#Products p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#Products h1{
	color: #11518E;
	font-weight: bolder;
	font-size: 16px;
	text-align: left;
	background-color: #48B2DE;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	background-image: url(images/gradient_bg.gif);
}
#Products h2{
	color: #A4001D;
	font-weight: bolder;
	font-size: 12px;
	margin: 10px;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bolder;
	color: #808080;
	text-align: justify;
}

.submenu:hover {
	color: #000000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bolder;
	color: #808080;
}

.submenuActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #A4001D;
	text-align: left;	
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}



.normalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.title {
	color: #A4001D;
	font-weight: bolder;
	font-size: 11px;
	margin: 10px;
}
.small {
	font-size: 7pt;
}

.smallLink {
	text-decoration: underline;	
	color: #000000;
}

.smallLink:hover {
	text-decoration: underline;
	color: #A4001D;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.normalLink {
	text-decoration: underline;	
	color: #000000;
}

.normalLink:hover {
	text-decoration: underline;
	color: #A4001D;
}
.footer {
	background-image:url(images/footer_bg.jpg);
	background-color: #11518E;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
.gradient {
background-image:url(images/gradient_bg.gif);
}
.leftside {
	background-image:url(images/body_left_pannel_bg.gif);
	background-color: #6A9FD8;
}

