/* CSS Document */

*
{
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
}

body
{
	margin:0px;
	padding:0px;
}

--> CSS for Template.............

.Title
{
	background-image:url(../images/h1.jpg);
	background-repeat:no-repeat;
}
.h2
{
	background-image:url(../images/h2.jpg);
	background-repeat:repeat-x;
}

.Navigation_Arrow
{
	background-image:url(../images/arrow_navigation.jpg);
}

.Navigation_bg
{
	background-image:url(../images/bg_navigation.jpg);
	background-repeat:repeat-x;
}

a.navigation:link, a.navigation:active, a.navigation:visited
{
	color:#1d1c1c;
	font:Tahoma;
	font-size:11px;
	text-decoration:none;
}
a.navigation:hover
{
	color:#1d1c1c;
	font:Tahoma;
	font-size:11px;
	text-decoration:underline;
}

.Footer
{
	font-size:10px;
	text-align:right;
	margin-right:5px;
	margin-bottom:4px;
}

--> CSS for HomePage.....................

.title1
{
	color:#ffffff;
	font:Tahoma;
	Font-size:11px;
	font-weight:bold;
	margin-left:10px;
}

.TitleHome1
{
	color:#ffffff;
	font:Tahoma;
	Font-size:11px;
	font-weight:bold;
	margin-left:10px;
}

.Seprator_PressRelease
{
	background-image:url(../images/seprator_pressrelease.jpg);
	background-repeat:repeat-x;
}

a.Pressrelease:link, a.Pressrelease:active, a.Pressrelease:visited
{
	color:#1d1c1c;
	font:Tahoma;
	font-size:11px;
	text-decoration:none;
	margin-left:10px;
}
a.Pressrelease:hover
{
	color:#f15b01;
	font:Tahoma;
	font-size:11px;
	margin-left:10px;
	text-decoration:underline;
}

.Title_Blue
{
	color:#192b52;
	font:Tahoma;
	Font-size:11px;
	font-weight:bold;
	margin-left:5px;
}

.TextHome
{
	margin-left:7px;
	margin-bottom:5px;
}

.opinion_poll_bg
{
	background-image:url(../images/Opinion_poll.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.poll_question
{
	color:#CC3333;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	margin-left: 12px;
}
.poll_option
{
	color:#993300;
	font-family:Verdana;
	font-size:11px;
	margin-left:15px;
	
}
.votebtn_margin
{
	margin-left:15px;
}