.logo {
	background: url(/images/computerlogo.gif) no-repeat;
	margin-left: 16px;
}

.bGdarkBlue {
	background-color: #2E3192;
}
.footerBG {
	background-color: #2E3192;
}
.bGdarkerBlue {
	background-color: #0e203f;
}
.bGorange {
	background-color: #f7941d;
}
.bGgrey {
	background-color: #9d9fa2;
}
.bGblack {
	background-color: #000;
}
.bGlightBlue {
	background-color: #54a7c8;
}

.black{
	color: #000;
}
.red {
        color:red;
}
.orange {
	color: #f7941d;
}
.grey {
	color: #9d9fa2;
}
a:hover.blackOver {
	color: black;
}
a:hover.blueOver {
         color: #54A7C8;
}
.white {
	color: #fff;
}
.specialblockContent a {
         color: #FFF;
}
.specialblockContent a:hover {
         color: #000;
         text-decoration: none;
}
.rightblockContent a {
         color: #000;
}
.rightblockContent a:hover {
         color: #000;
         text-decoration: none;
}
a.white {
	color: #fff;
}
.lightBlue {
	color: #1C8AB6;
}
.menubar {
	background-image:  url(/images/menubg.gif);
	background-repeat: repeat-y;
}
.shadowBox {
	background-image:  url(/images/shadow-row.gif);
	background-repeat: repeat-y;
}
.shadowRowLeft {
	background-image:  url(/images/shadow-row-right.gif);
	background-repeat: repeat-y;
	width: 7px;
}
.shadowRowRight {
	background-image:  url(/images/shadow-row-right.gif);
	background-repeat: repeat-y;
	width: 7px;
}
.shadowRegistrationBox {
	background-image:  url(/images/shadow-registration-row.gif);
	background-repeat: repeat-y;
}
.shadowRowTop {
	height: 7px;
	background-image:  url(/images/shadow-top.gif);
	background-repeat: no-repeat;
}
.shadowRowTopRegistration {
	height: 7px;
	background-image:  url(/images/shadow-registration-top.gif);
	background-repeat: no-repeat;
}
.shadowRowBottomRegistration {
	height: 7px;
	background-image:  url(/images/shadow-registration-bottom.gif);
	background-repeat: no-repeat;
}

.shadowRowBottom {
	height: 7px;
	background-image:  url(/images/shadow-bottom.gif);
	background-repeat: no-repeat;
}
.parts {
	border: 1px solid #2E3192;
}

a:active { /* remove dotted lines at active links */
	outline: none;
}
:focus { /* remove dotted lines at active links - mozilla specific */
	-moz-outline-style: none;
}


