/* CSS Document */
body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size:14px;
background-color:#EBEBEB; 
line-height:20px;
}

a:link{   COLOR: #2244BB; text-decoration:underline;/*color: #2754A1;*/    /*color: #2244BB;*/}
a:visited{   COLOR: #2244BB; text-decoration:underline;/*color: #2754A1;*/    /*color: #2244BB;*/}
a:hover{ color:#009900; text-decoration:underline;}

h1{
font-size:18px;
margin: 0 0 8px 0;}

h2{
font-size:16px; padding: 0;
margin: 4px;}

h3{font-size:14px;
padding:0; margin:0;}

#container{
width: 960px; background-color:#fff;
margin: 0 auto; padding: 12px;
border:1px solid #FEE1AB;
} /*main container*/

#footer{
font-size:12px; color:#585858;
text-align:center;
}

#simpleDiv{float:left; margin-right:20px;}

#summary{
font-size:14px;
line-height:22px;
}

#usp{background-color:#FEE1AB;
color:#C46200;
}

#topNav{
padding:4px;
margin-right:10px;
font-size:18px;
font-weight:bold;
float:left;}

.hightlight{background-color:#ffffcc;}
.center{text-align:center;}
.footerText{font-size:12px; color:#434343;}
.SmallGrayText{font-size:12px; color:gray;}
.GrayText{color:gray;}

a.GrayText{color: #333;}
a.LargeText{font-size:16px;}

/*html button*/

#installLinkWrapper{width:100%;}

div.button {
background-color:#eeeeee;color:white;
	font-size: 18px; font-weight:bold;
	padding:4px; text-align:center;
	text-decoration:none; 
	display:block;
}

div.button a{
	background-color:#eeeeee;color:white;
	font-size: 18px; font-weight:bold;
	padding:4px; text-align:center;
	text-decoration:underline; 
	display:block;
}

div.button a:hover {
	background-color: #eeeeee; color: yellow;
	text-decoration:underline;
}
/*end html button*/

div.rounded-corner-top {
  background-image: url("../images/corner_right.gif");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  color: #FFFFFF;
}

div.rounded-corner-bottom {
  background-image: url("../images/cornerbottom_right.gif");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  color: #FFFFFF;
}






