/* Information Table Formatters */

.infotable	{
		position:absolute;
		width:744px;
		background-color:#FFFFFF;
		color:#2dcfe3;
		border-collapse:collapse;
		border:0px;
		border-spacing:0px;
		padding:0px;
		margin-top:10px;
		left:50%;
		margin-left:-372px;
		}

.tabledividor	{
		border-top: 1px solid #2dcfe3;
		border-left-width:0px;
		border-right-width:0px;
		border-bottom-width:0px;
		margin:0px;
		}
		
.infoleft	{
		text-align:left;
		border-top: 1px solid #2dcfe3;
		border-left-width:0px;
		border-right-width:0px;
		border-bottom-width:0px;
		margin:0px;
		padding-top:5px;
		width:372px;
		height:115px;
		padding-right:30px;
		}
		
.inforight	{
		border-top: 1px solid #2dcfe3;
		border-left-width:0px;
		border-right-width:0px;
		border-bottom-width:0px;
		margin:0px;
		padding-right:0px;
		width:372px;
		height:115px;
		}

p.small		{line-height: 100%; margin-top: 2px; margin-bottom: 2px}
p.big		{line-height: 100%; margin-top: 12px; margin-bottom: 2px}


/* Info Text Formatters */

h1.alesText	{
		text-align:center;
		font-family:verdana;
		font-style:italic;
		font-weight:bold;
		font-size:16pt;
		color:#2dcfe3;
		margin-top:7px;
		margin-bottom:4px;
		}
		
.title		{font-family:verdana, arial; font-size:10pt; color:#000000; font-weight:bold; line-height:100%;}
.paratitle	{color:#2dcfe3; font-family:verdana, arial; font-size:11pt; font-weight:bold;}
.text		{font-family:verdana, arial; font-size:10pt; color:#000000; font-weight:normal;}
