@charset "utf-8";
/* CSS Document */


<!--

.ButtonDynamo
	{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: -1px;
	font-weight: normal;
	}
	
.ErrorDIVBox
 	{	
	background-image:url(../img/transpdiv.png);
	width:100%; 
	height:2000px; 
	position:absolute; 
	right:0px; 
	top:0px; 
	z-index:5;
	}	
	
.ErrorMsgBox
{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	width:750px;
	background-color:#FFFFFF;
	position:relative; 
	top:380px;
	font-family: verdana;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: normal;
	border-radius: 15px;
	z-index:6;
}
	
	

.SmallContent	 
	{
	font-family: verdana;
	font-size: 10px;
	letter-spacing: -1px;
	font-weight: normal;
	}	

.MediumContent	 
	{
	font-family: verdana;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: normal;
	}	
	
.LargeContent	 
	{
	font-family: verdana;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	}		
	
a:link  {

	color:#000000;
	letter-spacing: 0.1em;
	font-family: verdana;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: normal;

}

a:visited {

	font-size: 12px;
	color:#000000;
	font-family: verdana;
	letter-spacing: -1px;
	font-weight: normal;

}

a:active {
	color:#000000;
	letter-spacing: 0.1em;
	font-family: verdana;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: normal;

}	

.caps {
		text-transform:capitalize;
	}


	
-->


