/* CSS Document */
body {
	background-color: #112233;
	margin-top: 0px;
}
.superscript {
	vertical-align: super;
	font-variant: small-caps;
}

.boxBgWhite{
	background-color:#FFFFFF;
}
.boxBgPale{
	background-color:#3399CC
}
.boxBgBlue{
	background-color:#0099CC;
}
.boxBgDark{
	background-color:#006699;
}
.boxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:Bold;
	color: #FFFFFF;
	margin-top:2px;
	margin-bottom:2px;
}
.dlTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:Bold;
	color: #FFFFFF;
}
.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.butText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.butText:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a{
text-decoration:none;
color:#CADCEE
}
a:hover{
text-decoration:underline;
color: #FFFFFF;
}
a:visited{
color: #CADCEE;
}
.smallboxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #003366;
	margin-top:2px;
	margin-bottom:2px;
}
.smallboxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		color: #0099CC;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4B6A8B;
	text-transform: capitalize;
}
.tableBgBlue {
	background-image: url(../images/bgblue.jpg);
	background-repeat: no-repeat;
}
ul {
	line-height: 15px;
}
#keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
}
#keywords a{
	text-decoration:none;
	color:#666666}
#keywords a:hover{
	text-decoration:underline;
	color: #666666;
}
#keywords a:visited{
	color: #666666;
}
.bgBlueBody {

	background-image: url(../images/bgblue.jpg);
}
.tableBgBlueNew {

	background-image: url(../images/bg_wire_frame.gif);
}
kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}
#upgradeBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #FFFFCC;
	padding: 5px;
	font-weight: bold;
	color: #333333;
	margin: 5px;
}
#upgradeBox a{
	color: #0000FF;
	text-decoration: underline;
}.newsDate {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
