﻿BODY {    background-color: #073C89; 

		   background-position: center; 
		   scrollbar-3d-light-color:#ffffff;
           scrollbar-arrow-color:#ffffff;
           scrollbar-base-color:#000000;
           scrollbar-dark-shadow-color:#ffffff;
           scrollbar-face-color:#073C89;
           scrollbar-highlight-color:#ffffff;
           scrollbar-shadow-color:#ffffff; 
          
}

<style type="text/css">

.style1 {
	color: #000000;
	background-image:url('images/BGCell.gif');
}
.style2 {
	color: #0000FF;
}
.style3 {
	text-align: left;
	width: 77;
}
.style4 {
	font-size: medium;
	color: #0000FF;
}
.style5 {
	border-style: solid;
	border-width: 0;
}
.style7 {
	text-decoration: underline;
	font-size: medium;
	font-family: Times New Roman, Helvetica, sans-serif;
}
.style8 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
}
.style9 {
	font-size: 16px;
	font-family: Times New Roman, Helvetica, sans-serif;
}
.style10 {
	background-color: #B5C3D6;
	background-image:url('images/BGCell-links.gif');
	width= 920;
	
}
.style11 {
	color: #000000;
	background-image:url('images/BGCell.gif');
}


.TG { 
    color: #ffffff; 
    background: inherit; 
    font-weight: bold;
    font-size : 38px; 
    font-family: Elephant;
    font-style: italic;
}
.Design { 
    color: #E65560; 
    background: inherit; 
    font-weight: bold; 
    font-size : 35px;
    font-family: Elephant;
    font-style: italic;
}
.CA { 
    color: #ffffff; 
    background: inherit; 
    font-weight: bold; 
    font-size : 30px;
    font-family: Elephant;
}



.sidebar {
		FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #073C89; BACKGROUND-COLOR: #ffffff; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none;

}
:hover.sidebar {
		FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #FFFFFF; BACKGROUND-COLOR: #073C89; LINE-HEIGHT: 100%; FONT-FAMILY: Times New Roman; TEXT-DECORATION: underline;
}
.Ft {
		FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #ffffff; BACKGROUND-COLOR: #073C89; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none;

}
:hover.Ft {
		FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #073C89; BACKGROUND-COLOR: #ffffff; LINE-HEIGHT: 100%; FONT-FAMILY: Times New Roman; TEXT-DECORATION: underline;
}

	
.T_Header{
		FONT-WEIGHT: bold; FONT-SIZE: 17pt; COLOR: #073C89; FONT-FAMILY: Times New Roman; text-align:center;
}
A {
		FONT-WEIGHT: normal; FONT-SIZE: 14pt; COLOR: #073C89; LINE-HEIGHT: 100%; FONT-FAMILY: Times New Roman Bold; TEXT-DECORATION: none
}


.Header1 {
		FONT-WEIGHT: Bold; FONT-SIZE: 18pt; COLOR: #073C89; FONT-FAMILY: Times New Roman; TEXT-DECORATION: underline;
}
.TABLE {
		FONT-WEIGHT: normal; FONT-SIZE: 13pt; COLOR: #000000; FONT-FAMILY: Times New Roman;
}
.footer {
		FONT-WEIGHT: bold; FONT-SIZE: 15pt; COLOR: #073C89; BACKGROUND-COLOR: #073C89; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none;

}
:hover.footer {
		FONT-WEIGHT: bold; FONT-SIZE: 17pt; COLOR: #FFFFFF; BACKGROUND-COLOR: #475467; LINE-HEIGHT: 100%; FONT-FAMILY: Times New Roman; TEXT-DECORATION: underline;
}


<script language=JavaScript>
<!--
var message="Copyright ©  2011 TG DESIGN INC. All Rights Reserved.";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</script>