
a:link {  color: #2E4A9D; text-decoration: none}
a:visited { color: #2E4A9D; text-decoration: none }
a:hover { color: #E0E0E0; text-decoration: none }
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
h2{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
h3{
	font-size: 16px;
	color: #666666;
}
h4 {
	font-size:14px;
	color: #2E4A9D;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	color: #1F1F1F;
	font-weight: normal;
}
h6 {
	color: DarkOrange;
	font-size: 12px;
}
h7 {
	color: #2E4A9D;
	font-size: 12px;
}
p {}
ul {}
ol {}

table.top-table {
    width: 100%;
    border-collapse: collapse;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.left-format { /* <TD width="140" height="67" valign="top" bgcolor="#A4BBFE" class="sides">*/
    width: 140;
    vertical-align: top;
    background-color: #A4BBFE;
    border-right-width: 4px;
}
td.right-format {
    width: 28%;
    vertical-align: top;
    background-color: #A4BBFE;
    border-left-width: 4px;
}

.coname { /* Company name top banner */
    color: DarkOrange;
    font-size: 24px;
    font-weight: normal;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px
}
.coadd { /* Company address top banner */
    color: #D2DDFE;
    font-size: 10px;
    font-weight: normal;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px
}
.footmenu { /* in footer */
	color: #336699;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px none #99CCFF;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.designed {
	color: #CCCCFF;
	text-decoration: none;
}
.menu2go {
    color: #2E4A9D;
    font-size:12px
}
.menupage {
	color: #FF33FF;
	font-size:12px;
	font-weight: bold;
}
.sides {    /* define the left and right column format */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: royalblue;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.right-font {font-size: 10px; }
.size-small{font-size: 10px;}
.size-normal {font-size: 12px;}

