﻿/* 
#000066 - Dark Blue
#FFFFCC - Off Yellow
#CCCCFF - Light Blue
#990066 - Deep Purple
*/

body 
{
	background-color:#CCCCFF;
	font-family:Arial;
   /* text-align:center; */
    
 
}

.maintable
{
	border:0;
	width:96%;
	background-color:White;
}

.contenttable
{
	border:0;
	width:96%;
	background-color:White;
	padding-left:20px;
	padding-right:20px;
}

.leftsidebar
{
	width:150px;
	vertical-align:top;
}
	
.rightsidebar
{
	width:150px;
	vertical-align:top;
}

.titletable
{

    vertical-align:middle;
    text-align:left;
} 

.titletable h1 
{
    font-family:Arial;
    font-size:2em;
    font-variant:normal;
    color:#FFFFCC;
}

.catsep
{
	background-color:#990066;
	vertical-align:text-bottom;
	color:#FFFFCC;
	
}


.catsep h2
{
	font-family:Arial;
	font-size:1.2em;
	color:#FFFFCC;
}

h3
{
	font-family:Arial;
	font-size:0.7em;
	color:#FFFFCC;
}

.productstable
{
	text-align:center;
	width:99%;
	vertical-align:top;
}

.productstable td
{
	vertical-align:top;
}

.productstop
{
	vertical-align:text-top;
}

.productstitle
{
	font-family:Arial;
	font-size:medium;
	font-weight:bolder;
	color:#000066;
	vertical-align:middle;
}

.productsmprice
{
	font-family:Times New Roman;
	font-size:1.0em;
	font-weight:bold;
	color:Red;
}

.prodmodule
{
	border-width:thin;
	border-color:#000066;
	border-style:solid;
	height:inherit;
}

.menubar
{
	background-color:#FFFFCC;
	text-align:center;
}

.copyright 
{
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    color:#FFFFCC;
    background-color:#000066;
    vertical-align:middle;
    text-align:center;
}

.smalltextlink
{
	font-family:Arial;
	font-size:0.9em;
	color:Blue;
	text-decoration:underline;
}

.smul
{
    margin-left:10px;
    list-style-position:outside;
    text-indent:5px;
	text-align:left;
	font-size:small;
}

.borderless
{
	border:0;
}

.nlfont
{
    font-family:"Verdana,Arial,Times New Roman";
    font-size:smaller;
}