/* Basic HTML elements */

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	topmargin: 0;
	leftmargin:0;
	
	scrollbar-face-color: #E1E3E4; 
	scrollbar-shadow-color: #808080; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: white; 
	scrollbar-darkshadow-color:#808080; 
	scrollbar-track-color: white; 
	scrollbar-arrow-color: #808080; 
}

/* Header & List elements */

.header{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #5A296B;
	font-weight: normal;
	line-height: 16px;
}

b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5A296B;
	line-height: 16px;
}

li {
	color: white;
	font-size: 11px;
	line-height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-image: url(images/bullet.gif); 
	}
	
	
/* Link elements */

a {
	font-size: 11px;
	color: #5A296B;
	font-family: Verdana;
	text-decoration: none;
}

a:active	{
	font-size: 11px;
	color: #5A296B;
	font-family: Verdana;
	text-decoration: underline;
}

a:visited {
	font-size: 11px;
	color: #8A8798;
	font-family: Verdana;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #8A8798;
	font-family: Verdana;
	text-decoration: underline;
}



/* Input & Form elements */

textarea {
	background: #FFFFFF;
	color: #636363;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #C8C4C8;
	scrollbar-arrow-color: #B8B4D0;
	scrollbar-track-color: #C8C4C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #B8B4D0; 
	}

input	{
	font-family:Verdana,sans-serif;
	font-size:11px;
	color: #494848
}

select{
	font-family:Verdana,sans-serif;
	font-size:11px;
	color: #494848
}

.block {
	border: 2px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-left-color: white;
	border-left-style: solid;
	border-right-color: white;
	border-right-style: solid;
	border-top-color: white;
	border-top-style: solid;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background: #8B008B;
	font-style : normal;
}

/* Table elements */

td {
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	color: #494848;
}


