body{
	background-color: #66CCFF;
	/*background-image: url(../pics/TizagTiledBackground.gif);*/
	font-family: arial;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background4.png);
	background-repeat: repeat-x;
}



.menu { /* Class Menu for Table */
border: 0px solid #777; /* SET THE BORDER .... 1px = weight, solid = style, #777 = color */
width: 702px; /* length of menu */
background: url(images/menu3.png) repeat-x; /* background color or file */
}

.menu a { /* menu a = only LINKS are coded in this part */
float:left; /* kind of align type*/
font-size: 9pt; /* font size */
font-family: Arial; /*font style: ARial , Tahoma, Segoe... etc */
text-decoration: none; /*Decoration: underline, none, overline */
text-align: center; /*Align to center, left, right */
color: #fff; /* Color: #fff = white; */
width: 100px;
padding: 6px 0 6px 0; /*padding: up right down left. */
}

.menu a:hover { /* LINKS HOVER */
background: url(images/menu-hover3.png) repeat-x;
color: #FEE680; /* Color: #fff = white; */
font-size: 9pt; /* font size */

}

.header { /* Class Menu for Header */
width: 702px; /* length of Header */
height: 150px; /* height of Header */
}

.main {
width: 702px; /* length of Header */
height: 500px; /* height of Header */
vertical-align: top;
}

.submain {
width: 702px; /* length of Header */
height: 300px; /* height of Header */
vertical-align: top;
}

table.outline {
border-width: 2px 2px 2px 2px;
border-spacing: 2px;
border-style: dashed dashed dashed dashed;
border-color: gray gray gray gray;
border-collapse: separate;
background-color: white;
width: 100%;
height: 100%;
}
table.outline th {
border-width: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
border-style: none none none none;
border-color: gray gray gray gray;
/*background-color: white;*/
-moz-border-radius: 0px 0px 0px 0px;
}
table.outline td {
border-width: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
border-style: none none none none;
border-color: gray gray gray gray;
/*background-color: white;*/
-moz-border-radius: 0px 0px 0px 0px;
}