/* CSS Document */

body{margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
background-color:#EEEEEE;
}
.textstyle{font-size:13px; color:#990000;}
.textstyle2{font-size:11px; color:#FFFFFF;}
.textstyle3{font-size:11px; color:#000000;}

.navlink:link{color:#990000; text-decoration:none; font-size:11px;}
.navlink:visited{color:#990000; text-decoration:none; font-size:11px;}
.navlink:hover{color:#990000; text-decoration:underline; font-size:11px;}

.navlink2:link{color:#0000ff; text-decoration:none;}
.navlink2:visited{color:#0000ff; text-decoration:none;}
.navlink2:hover{color:#0000ff; text-decoration:underline;}

.border{border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.border4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.border5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


.border2{border-bottom:1px solid #CCCCCC;}
.border3{border-right:1px solid #CCCCCC;}


/************************ WEBSTOREMENU *****************/

#webstoremenu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #0000ff;
	BACKGROUND-COLOR: #ffffff;
	WIDTH: 900px;
	HEIGHT: 28px;
	padding-top:7px;
	MARGIN: 0px auto;
	TEXT-ALIGN: center;
}
