﻿@import "../Admin/Editor.css";
/* Include the editor CSS styles for end users */

/* global styles for all skins in this skin collection */
.BigBlueText
{
    color: #276dbd;
    font-size: 32px;
    font-weight: bold;    
}

.Normal
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.CuttingEdgeImage
{
    width: 286px;
    height: 149px;
    
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
}

	#footer
	{
		/*position: absolute;*/
		width: 615px;
		height: 40px;
		/*bottom: 0px;*/
		margin-top: 30px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#footer em
	{
		color: #a7a9ac;
		font-style: normal;
		text-decoration: none;
		font-weight: 100;
	}

