body {
    margin: 0;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.BgSx {
    background-image: url(../Images/Components/HeaderLeft.jpg);
    background-repeat: repeat-x;
}

.BgDx {
    background-image: url(../Images/Components/HeaderRight.jpg);
    background-repeat: repeat-x;
}

.BgDxFlash {
    background-image: url(../Images/Components/HeaderRightFlash.jpg);
    background-repeat: repeat-x;
}

.Head {
    background-image: url(../Images/Components/HeaderRight.jpg);
    background-position: top right;
    background-repeat: repeat-x;
}

.Central {
    background-image: url(../Images/Components/HearedCentral.jpg);
    background-repeat: repeat-x;
	background-position: top;
}

.Red {
/*	background-image: url(../Images/Components/Red.jpg);
	background-repeat: repeat-x;
	background-position: top;	*/
	background-color: #FF0000;
}

a.Menu {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color: #000000;
    display: block;
    text-decoration: none;
}

a.Black {
	color: #000000;
}

a.Menu:hover {
    color: #FF0000;
	background-color: #CCCCCC;
}

.Footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
}

a.Footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

a.Menu2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    display: block;
    text-decoration: none;
}

.RedTD {
	color: #FFFFFF;
	background-color: #FF0000;
}


a.Menu2:hover {
    color: #000000;
}

a.Content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}

a.Content:hover {
    color: #000000;
}

.Pad20Right {
    padding-right: 20px;
}

.Pad20Left {
    padding-left: 20px;
}

.Pad10Top {
    padding-top: 10px;
}

.Pad10Right {
    padding-right: 10px;
}

.Pad10Right {
    padding-right: 10px;
}

.Pad10Left {
    padding-left: 10px;
}

.Pad10Bottom {
    padding-bottom: 10px;
}

.Pad20Bottom {
    padding-bottom: 20px;
}

.Select {
   width: 100px;
}

.Bold {
   font-weight: bold;
}

.BorderERed {
   border-right-width: 1px;
   border-right-color: #FF0000;
   border-right-style: solid;
}

.BorderWRed {
   border-left-width: 1px;
   border-left-color: #FF0000;
   border-left-style: solid;
}

.BorderNRed {
   border-top-width: 1px;
   border-top-color: #FF0000;
   border-top-style: solid;
}

.BorderSRed {
   border-bottom-width: 1px;
   border-bottom-color: #FF0000;
   border-bottom-style: solid;
}

.BorderSGrey {
   border-bottom: 1px solid #999999;
}

.BorderRed {
   border: 1px solid #FF0000;
}

.BorderGrayE {
   border-right: 1px solid #999999;
}

.Content {
   width: 80%;
   text-align: left;
}

.Description {
   padding-top: 15px;
   text-align: justify;
}

.Detail {
   text-align: right;
   padding-bottom: 10px;
   padding-top: 10px;
}

.Generic {
   text-align: justify;
}

a.Catalogue {
   color:#000000;
   text-decoration:none;
   display: block;
}

a.Catalogue:hover {
   color:#000000;
   text-decoration:none;
   display: block;
}
 

.Italic {
   font-style: italic;
}

.Grey {
   background-image:url(../Images/Components/Menu.jpg);
   background-repeat: no-repeat;
   background-position: top;
}
.MenuGrey {
	background-color: #CCCCCC;
}

a.Img {
	width: 96px;
	height: 120px;
	display: block;
	border: 1px solid #CCCCCC;
}

.Padding5Top {
	padding-top: 5px;
}

.BorderBtmGrey {
	border-bottom: 1px solid #999999;
}

.Font10 {
	font-size:10px;
}
