.body					{
						 margin-left:		0px;
						 margin-right:		0px;
						 margin-top:		0px;
						 margin-bottom:	0px;
						 font-family:		arial;
						 font-size:			12px;
						 color:				black;
						 font-weight:		bold;
						}
						
.link-black			{
						 font-family:		arial;
						 font-size:			12px;
						 color:				black;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.bold-black			{
						 font-family:		arial;
						 font-size:			12px;
						 color:				black;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.link-black:hover	{
						 text-decoration: underline;
						}
						
						
.link-gray			{
						 font-family:		arial;
						 font-size:			12px;
						 color:				#A19E9E;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.link-gray:hover	{
						 text-decoration: underline;
						}
						
.white				{
						 font-family:		arial;
						 font-size:			11px;
						 color:				white;
						 font-weight:		normal;
						 text-decoration:	none;
						}
						
.white:hover	   {
						 text-decoration: underline;
						 color:				#E2F73F;
						}
						
.bold-red			{
						 font-family:		arial;
						 font-size:			12px;
						 color:				#FF0000;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.bold-white:hover	{
						 text-decoration: underline;
						 color:				E2F73F;
						}
						

						
.link-white			{
						 font-family:		arial;
						 font-size:			11px;
						 color:				white;
						 font-weight:		normal;
						 text-decoration:	none;
						}
						
.link-white:hover	{
						 text-decoration: none;
						 color:				E2F73F;
						}
						
.background	{ 
				background-image: 
				url('../layout/pics/left-menu-border-bg.jpg');
				background-repeat: no-repeat;
				background-position: bottom;
				}
				
.purple-h			{
						 font-family:		arial;
						 font-size:			16px;
						 color:				#D600B0;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.purple			{
						 font-family:		arial;
						 font-size:			12px;
						 color:				#D600B0;
						 font-weight:		normal;
						 text-decoration:	none;
						}

.purple-link		{
						 font-family:		arial;
						 font-size:			12px;
						 color:				#F25A65;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.purple-link:hover {
						  text-decoration: underline;
						  font-weight:		 bold;
						 }

.form					{
						 background-image: url('../layout/pics/form.jpg'); 
   					 background-repeat: repeat-n; 
   					 font-family:		arial;
   					 color:				navy;
   					 font-weight:		bold;
   					 font-size:			11px;
   					}
						
.black			{
						 font-family:		arial;
						 font-size:			11px;
						 color:				black;
						 font-weight:		normal;
						 text-decoration:	none;
						}
						
.purple-bold		{
						 font-family:		arial;
						 font-size:			12px;
						 color:				#D600B0;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.gray					{
						 font-family:		arial;
						 font-size:			12px;
						 color:				black;
						 font-weight:		normal;
						 text-decoration:	none;
						}
						
.bold-gray			{
						 font-family:		arial;
						 font-size:			12px;
						 color:				#A19E9E;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.gray-small			{
						 font-family:		arial;
						 font-size:			11px;
						 color:				#A19E9E;
						 font-weight:		normal;
						 text-decoration:	none;
						}
						
.black-small		{
						 font-family:		arial;
						 font-size:			11px;
						 color:				black;
						 font-weight:		normal;
						 text-decoration:	none;
						}
						
.navy-link		{
						 font-family:		arial;
						 font-size:			12px;
						 color:				#1A2969;
						 font-weight:		bold;
						 text-decoration:	none;
						}
						
.navy-link:hover {
						  text-decoration: underline;
						  font-weight:		 bold;
						 }