/* Always display Mozilla vertical scrollbar (to match IE) -moz-scrollbars-vertical */
html
{
    overflow		: ;
}

/* Main page body style */
body
{
    margin			: 0px;
    padding			: 5px;
	font-family		: Arial, Sans-Serif;
    font-size		: 12px;
	color           : #cccccc;
	background-color: #011e46;
}
.wrap {
width: 1150px;
margin:0 auto;
}
h1 {
font-size: 55px;
color: #ff0000;
}
h2 {
font-size : 16px;
color: #ff0000;
}
h3 {
font-size : 14px;
color: #ff0000;
}
table.main {
width: 100%;
}
td.center {
width: 700px;
vertical-align: top;
}
td.sidebar1{
width: 200px;
background-color: #011e46;
color: #cccccc;
padding: 5px;
font-size: 12px;
vertical-align:top;
}
.sidebox {
width: 190px;
padding: 5px;
margin-top:5px;
margin-bottom: 5px;
text-align: justify;
font-family: Arial;
font-size: 12px;
color: #000000;
background-color:#ffffff;
}
.sidebox a {
color: #054779;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
padding: 1px;
}
.center {
text-align: center;
}
td.sidebar2{
width: 200px;
background-color: #011e46;
color: #cccccc;
padding: 5px;
font-size: 12px;
vertical-align:top;
}
.description {
    width           : 100%;
	text-align      : justify;
    font-family		: Arial, Sans-Serif;
    font-size		: 12px;
	color           : #cccccc;
	}
    

/* Container for the thumbnail grid */
.Pagination
{
    display			: block;
    text-align		: center;
    margin-bottom	: 5px;
    height			: 20px;
    line-height		: 20px;
    font-family		: Arial, Sans-Serif;
    font-size		: 10px;
    background		: #011e46;
}

/* Overall pagination link style */
.Pagination span,
.Pagination a
{
    padding			: 2px 5px;
    border-width	: 1px;
    border-color	: #888888;
    border-style	: solid;
    color			: #ffffff;
    text-decoration	: none;
    background		: #ff0000;
}

/* Individual pagination link (hover state) */
.Pagination a:hover
{
    background		: #0000ff;
    color			: #ffffff;
}

/* Disabled pagination link */
.Pagination .disabled
{
    color			: #011e46;
}

/* Current pagination link */
.Pagination .current
{
    background		: #000000;
    color			: #ffffff;
}

/* Container for the entire thumbnail grid */
.Thumbnails 
{
    background		: #054779;
}

/* Container for both thumbnail image and text links */
.Thumbnails .thumb
{
    display			: block;
    float			: left;
    margin			: 5px;
}

/* Container for each thumbnail image link */
.Thumbnails .thumb .image
{
    border-width	: 2px;
    border-color	: #000000;
    border-style	: solid;
    background		: #0000ff;
}

/* Individual thumbnail image link (passive state) */
.Thumbnails .thumb .image a img
{
    width			: 150px;
    border			: none;
    opacity			: 1.0;
    filter			: alpha(opacity=100)
}

/* Individual thumbnail image link (hover state) */
.Thumbnails .thumb .image a:hover img
{
    /*
    opacity			: 0.75;
    filter			: alpha(opacity=75)
    */
}

/* Container for each text link */
.Thumbnails .thumb .text
{
    width			: 150px;
    font-family		: Arial, Sans-Serif;
    font-size		: 10px;
    line-height		: 12px;
}

/* Individual text link (passive state) */
.Thumbnails .thumb .text a
{
    color			: #ffffff;
}

/* Individual text link (hover state) */
.Thumbnails .thumb .text a:hover
{
    color			: #ffffff;
}

