
body
{
	background-color: #AAAFAD;
}

.TopRight a 
{
    background: url(Images/arrow.png) no-repeat 0 5px;
}

.TitleColor
{
    color: #63AAE6;
}

.PageBackground
{
    background-color: #373940;
}

.Menu a 
{
    background: url(Images/left_tab.png) no-repeat left top;
}

.Menu a span 
{
    background: url(Images/right_tab.png) no-repeat right top;
}

.Menu a:hover 
{
    background:url(Images/left_selected_tab.png) no-repeat left top;
}

.Menu a:hover span 
{
    background:url(Images/right_selected_tab.png) no-repeat right top;
}

.Menu .Selected a 
{
    background:url(Images/left_selected_tab.png) no-repeat left top;
}

.Menu .Selected a span 
{
    background: url(Images/right_selected_tab.png) no-repeat right top;
}

ul.Submenu
{
	background-color: #0C0C0C;
    font-family: Tahoma;    
    font-weight: bold;    
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
}

.Form
{
	border: 1px solid #1E4E79;
}


.Button
{
	background: url(Images/button.png) no-repeat;
}


.BoxTop 
{
    background: url(Images/box_bg_top.jpg) no-repeat;
}


.BoxBg 
{
    background: url(Images/box_bg_content.jpg) repeat-y;
}


.BoxBottom 
{
    background: url(Images/box_bg_bottom.jpg) no-repeat;
}


.TopProduct
{
    background: url(Images/top_product.jpg) no-repeat;
}


.BgProduct 
{
    background: url(Images/bg_product.jpg) repeat-y;
}


.BottomProduct 
{
    background: url(Images/bottom_product.jpg) no-repeat;
}


.Border
{
    border: 1px solid #C1C1C1;
}


.ProductCategories li a 
{
	background: url(Images/plus.png) no-repeat 0 5px;
}

.TableTop
{
    background-color: #0C0C0C;
    color: #FFFFFF;
    font-family: Tahoma;
	font-size: 11px;
}

.Title
{
	color: #63AAE6;
	font-size: 20px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.Subtitle
{
	color: #63AAE6;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.Text, .Webtext
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
}

.Link, .Webtext a
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}

.SmallLink
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
}

.Comment
{
	color: #6F6F6F;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}

.Button
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.Menu a
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.Menu .Selected a
{
	color: #63AAE6;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.Menu a:hover
{
	color: #63AAE6;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.Form
{
	color: #1E4E79;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
}

.Link:hover
{
	color: #63AAE6;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}

.SmallLink:hover
{
	color: #63AAE6;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
}


