/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/Bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#585858;
	font-size:10px;
	scrollbar-arrow-color:#0066b3;
	scrollbar-darkshadow-Color:#ffffff;
	scrollbar-base-color:#ffffff;

}



#LeftShadow
{
	background-image:url(../images/Leftshadow.gif);
	background-repeat:no-repeat;
	width:8px;
}

#RightShadow
{
	background-image:url(../images/RightShadow.gif);
	background-repeat:no-repeat;
	width:8px;
}

#BottomShadow
{
	background-image:url(../images/BottomShadow.gif);
	background-repeat:no-repeat;
	height:10px;
}

#Tools
{
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0066B3;
	text-align:right;
}

#Footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066B3;
	text-align:right;
	padding-right:12px;
	font-weight:bold;
}

#Separator
{
	padding-left:12px;
	padding-right:12px;
}

a
{
	color:#0066B3;
	text-decoration:none;
}

.NewsNumber
{
	font-family:Georgia, Times, serif;
	font-size:18px;
	text-align:center;
	padding-top:10px;
}

.NewsTitle
{
	font-size:14px;
	padding-top:15px;
}

.EventsBullet
{
	background-image:url(../images/Bullets_Events.gif);
	background-repeat:no-repeat;
	width:16px;
	text-align:center;
	padding-top:10px;
}

#TopLeftImg
{
	background-image:url(../images/TLeft_Blk.gif);
	background-repeat:no-repeat;
	width:5px;
}

#TopRightImg
{
	background-image:url(../images/Trght_Blk.gif);
	background-repeat:no-repeat;
	width:13px;
}

#BottomLeftImg
{
	background-image:url(../images/BtLeft_Blk.gif);
	background-repeat:no-repeat;
	width:13px;
}

#BottomRightImg
{
	background-image:url(../images/Btrgt_Blk.gif);
	background-repeat:no-repeat;
	width:6px;
}

.BlueText
{
	font-size:18px;
	font-weight:bold;
}

#AboutBullets
{
	background-image:url(../images/Abt_Blt.gif);
	background-repeat:no-repeat;
	width:15px;
}

.RightGreyText
{
	font-weight:bold;
	font-size:12px;
	color:#585858;
	padding-left:5px;	
}

.RightBlueText
{
	font-weight:bold;
	font-size:12px;
	color:#0066B3;
	padding-left:5px;
}

.ServicesBlueText
{
	font-weight:bold;
	font-size:12px;
	color:#0066B3;
}

.SoluGreyText
{
	color:#585858;
	font-size:11px;
	font-weight:normal;
}

.SoluBlueText
{
	font-weight:bold;
	font-size:12px;
	color:#0066B3;
}


.inputbox
{
	border:1px solid #0066B3;
	
}

.textarea
{
	border:1px solid #0066B3;
}

.SendButton
{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0066B3;
}

ul
{
	list-style-type:square;
}