BODY {
	margin : 0px;
	padding : 0px;
	background-color : #333399;
	color : White;
}

img{
	border : 0px;
}


.header{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	text-transform : uppercase;
	color : White;
	background-color : transparent;
	margin : 0px;
}

.header2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	text-transform : uppercase;
	color : #000000;
	background-color : transparent;
}

.p-link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : White;
	background-color : transparent;
}

a.p-link:hover{
	color : #FFFF00;
	text-decoration: underline;
}

.sub-link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : White;
	background-color : transparent;
}

a.sub-link:hover{
	color : #FFFF00;
	text-decoration: underline;
}

.product-table{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
	background-color : transparent;
}