body {
	background-color:#FFFFFF;
	margin:0px;
}

/*------------------------------------------------------------------------------------------------------------------*/

td {
	font-family: Arial, Verdana, Tahoma;
	font-size:13px;
	color:#464646;
	line-height:20px;
	}

/*------------------------------------------------------------------------------------------------------------------*/
.menubg{
	background-image:url(images/bgmenu.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	background-color: #80c9ec;
}
/*------------------------------------------------------------------------------------------------------------------*/

a.link, a.active, a.visited {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold; 
	color:#52AFDD;
	text-decoration:none;
	border-bottom:#52AFDD 1px solid;
}


a.hover {
	border-bottom:#52AFDD 1px solid;
	color:#000000;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.more:link, a.more:active, a.more:visited {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
}


a.more:hover {
	border-bottom:#fff 1px solid;
	color:#000000;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.footer:link, a.footer:active, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	text-decoration:none;
}


a.footer:hover {
	border-bottom:#fff 1px solid;

}

/*------------------------------------------------------------------------------------------------------------------*/

.Title {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#52AFDD;
	font-weight: normal;
}
.blueTitle {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#52AFDD;
	font-weight: normal;
}

.blackTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight: normal;
}


/*------------------------------------------------------------------------------------------------------------------*/



.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	text-decoration:none;
	}


/*------------------------------------------------------------------------------------------------------------------*/
.smalltxt {
	font-family:Arial, Tahoma, Verdana;
	font-size:7.5pt;
	text-align:right;
	font-weight:normal; 
	color:#362418;
	line-height:14px;
}
/*------------------------------------------------------------------------------------------------------------------*/

input
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #333333;
	background:#FFFFFF/*Alpha(Opacity=0, Style=0);*/;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

input.noborder
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	border:0px;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

textarea
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #333333;
	background:#FFFFFF/*Alpha(Opacity=0, Style=0);*/;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

select
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #333333;
	background:#FFFFFF;/*#FFFFFF/*Alpha(Opacity=0, Style=0);*/;*/
}



input.btn
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;	
	background:#53AFDE;
	border:1px solid #333333;
	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/
input.radio
{
	background:#ffffff;
	border:0px;
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

.imgBorder
{
	border-color: #C0C0C0;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

.small
{
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/


ul, li
{
	list-style-image:url("images/arrw.gif");
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/


ol, li
{
	list-style-image:url("images/arrw.gif");
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#B7B199;
	scrollbar-3dlight-color:#CACACA;
	scrollbar-highlight-color:#CACACA;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#CACACA;
	scrollbar-darkshadow-color:#CACACA;
	scrollbar-track-color:#F3F3F3;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/
div.keyscrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-highlight-color:#1E1B17;
	scrollbar-face-color:#1E1B17;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-darkshadow-color:#DDDDDD;
	scrollbar-track-color:#1E1B17;	
}

.hand{
cursor:pointer;
}

#rsd  {
	color : #cccccc;
	font-size : 10px;
	font-variant: normal;
	font-family:Arial, Verdana, Tahoma, Arial;
	text-align: center;
}

#rsd a:link, #rsd a:visited, #rsd a:active  {
	color : #cccccc;
	padding-top: 2px;
	font-family:Arial, Verdana, Tahoma, Arial;
	font-size:10px;
	text-decoration :none ;	
	font-variant: normal;		
}

#rsd a:hover {
	color : #cccccc;
	font-family: Arial, Verdana, Tahoma, Arial;
	font-size:10px;
	text-decoration :underline ;
	font-variant: normal;	
}