/******* body tag styles *******/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
.maincontent {
	padding: 20px 12px;
}
.maincontenttier2 {
	padding: 20px 12px;
	height: 350px;
}

/******* design elements *******/

.grayheader {
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 3px 7px;
	border: 1px solid #DDDDDD;
}
.gridarea {
	background-attachment: fixed;
	background-image: url(../images/grid_bground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 12px;
}
.gridareatier2 {
	background-attachment: fixed;
	background-image: url(../images/grid_bground_tier2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 12px;
	height: 27px;
}
.headerarea {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #639ACE;
	height: 24px;
	padding-left: 18px;
	padding-right: 18px;
}
.header {
	height: 119px;
}
.footer {
	height: 39px;
}
.footerarea {
	
	background-image: url(http://www.winvms.com/images/footer.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 773px;
	font-weight: normal;
	color: #FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #336699;
}
a.headerlinks, a.headerlinks:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.headerlinks:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.boldlinks, a.boldlinks:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.boldlinks:hover {
	text-decoration: none;
	color: #336699;
}
a.boldlinkshome, a.boldlinkshome:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.boldlinkshome:hover {
	text-decoration: underline;
	color: #336699;
}

/************* Dropdown Menu styles ****************/


.ddm1 a.item1{
    padding: 2px 0px 2px 0px;
    text-decoration: none;
    display: block;
    position: relative;
	font-size: 9px;
    color: #FFFFFF;
}
.ddm1 a.item1:hover,
.ddm1 a.item1-active,
.ddm1 a.item1-active:hover {
    padding: 2px 0px 2px 0px;
    color: #FFFFFF;
    text-decoration: underline;
	font-size: 9px;
}
.ddm1 a.item2,
.ddm1 a.item2:hover {
    padding: 4px 28px 4px 8px;
    display: block;
    white-space: nowrap;
    background: #E6E6E6;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    color: #000000;
}
.ddm1 a.item2:hover {
    background: #C9C9C9;
	text-decoration: none;
    color: #000000;
}
.ddm1 .section {
	border: 1px #666666;
	border-style: solid solid solid solid;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	white-space: nowrap;
	top: 134px;
	text-align: left;
	left: 238px;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
.list {
	line-height: 16px;
}
