/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	

}
.container {
background-color: #D9D9D9;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600px;
	color: #000000;
	text-decoration: underline;
	text-align: justify;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600px;
	color: #000066;
	text-decoration: none;
	text-align: justify;
}
#heading {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}
#heading_grey {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #3E474C;
}
#heading_blue {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #00A0C6;
}
#heading_red {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #C90F0A;
}

.listing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
tr.listing{
background-color: #F3F1F2;
}
tr.listing:hover {
background-color: #EEECD4;
}
.title_head {
background-color: #414143;
font-size: 14px;
font-weight: bold;
color: #fff;
text-align: center;
}
#main_heading{
background-image: url(images/heading_bg.png);
background-repeat: no-repeat;
height: 22px;
width: 583px;
display: block;
padding-left: 10px;
color: #fff;
font-size: 14px;
font-weight: bold;
padding-top: 3px;
}
#sub_heading{
background-image: url(images/heading_bga.png);
background-repeat: no-repeat;
height: 22px;
width: 583px;
display: block;
padding-left: 10px;
color: #000;
font-size: 14px;
font-weight: bold;
padding-top: 3px;
}
#main_Vheading{
background-image: url(images/Video_page_10.png);
background-repeat: no-repeat;
height: 21px;
width: 705px;
display: block;
padding-left: 10px;
color: #fff;
font-size: 14px;
font-weight: bold;
padding-top: 3px;
}
#sub_Vheading{
background-image: url(images/Video_page_13.png);
background-repeat: no-repeat;
height: 21px;
width: 676px;
display: block;
padding-left: 10px;
color: #000;
font-size: 14px;
font-weight: bold;
padding-top: 3px;
}
.block {
border: thin solid #D9D9D9;
padding: 4px;
}
.block a{
text-align: center;
width: 100%;
background-color: #CCCCCC;
display: block;
}
.block a:hover {
width: 100%;
background-color: #BF0000;
color: #fff;
display: block;
}
.spacer {
height: 5px;
}