﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A3D414;
	font-size:small;
	font-family: Calibri, Arial, Sans-Serif;
}

img
{
	border-style:none;
}

.PageTitle
{
	color: Red;
	font-weight: bold;
	font-size: x-large;
	font-family: "Century Gothic", Courier, monospace;
	text-align:center;
}

table.LayoutTable
{
	border-style:none;
	border-width:0px;
	margin-left:auto;
	margin-right:auto;
}

table.ShowBox
{
	border: dashed #009933;
	background-color: #CCFF66;
	margin-left:auto;
	margin-right:auto;
}

p.ArtWrite
{
	text-align:center;
	color:Red;
	font-weight:bold;
	font-family:"Edwardian Script ITC", Fantasy;
	font-size:XX-Large;
}

.Description
{
	color:Black;
	font-family: Calibri, Arial, Sans-Serif;
	font-weight:normal;
	font-size:small;
	text-align:left;
}

.DescriptionTitle
{
	color:Black;
	font-family: Calibri, Arial, Sans-Serif;
	font-weight:bold;
	font-size:small;
	font-style:italic;
	text-transform:uppercase;
	text-align:left;
}

.Document
{
	color:Black;
	font-family:"Century Gothic", Courier, Monospace;
	font-weight:normal;
	font-size:small;
	text-align:left;
}


.GreenButton
{
	text-align:center;
	background-color: #009900;
	font-family: "Courier New", Courier, Monospace;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.ShowBoxWhite
{
	border: dashed #009933;
	border-collapse:collapse;
	vertical-align:top;
}

.CrystalButton
{
	text-align:center;
	font-weight:bold;
	font-family: Calibri, Arial, Sans-Serif;
	height:35px;
	width:180px;
	background-position:center center;
	background-repeat:no-repeat;
	color:Black ;
}

a
{
	color: blue;
	text-decoration:none;
}

a:hover
{
	color:blue;
	text-decoration:underline;
}


td.PinkBoxTitle
{
	 background-color:#FF6666;
	 color:white;
	 font-weight:bold;
	 font-size:medium;
	 text-align:left;
}

td.PinkBoxContent
{
	background-color:#FFCCFF;
	font-size:small;
	font-weight:normal;
	font-family: Calibri, Arial, Sans-Serif;
	text-align:left;
}

td.RedTitleRowCell
{
	 border-bottom-style:solid; 
	 border-bottom-color:Red; 
	 border-bottom-width:medium; 
	 font-size:medium; 
	 font-weight:bold; 
	 color:Red; 
	 font-style:italic;
	 text-align:left;
}

td.BlueBoxTitle
{
	color: White;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	background-color: #3399FF;
}

td.BlueBoxContent
{
	font-size: small;
	font-weight: normal;
	font-family: Calibri, Arial, Sans-Serif;
	text-align: left;
	color: Black;
	background-color: #E0E0E0;
}

td.BlueBoxContentAlt
{
	font-size: small;
	font-weight: normal;
	font-family: Calibri, Arial, Sans-Serif;
	text-align: left;
	color: Black;
	background-color: #99CCFF;
}

table.PinkBorderBoxTable
{
	border: thin solid #FF3399;
}

td.PinkBorderBoxTitle
{
	background-color:#FF3399;
	font-family: "Century Gothic", Courier, Monospace;
	font-size:small;
	color:White;
}


