﻿body {
}
.Table
{
	border-style:solid;
	border-color:#cbd5ec;
	border-width:2px;
	background-color:#f5f5f5;
}

.TableHeader
{
	border-bottom:solid 1 #CBD5EC;
	background-color:#CBD5EC;
	font-family:Verdana;
	font-size:11px;
	height:18;
	color:#3E576F;
	
}

.TableGreen
{
	border-style:solid;
	border-color:#d6e4d3;
	border-width:2px;
	background-color:#f4f7f3;
}
.TableHeaderGreen
{
	border-bottom:solid 1 #d6e4d3;
	background-color:#d6e4d3;
	font-family:Verdana;
	font-size:11px;
	height:18;
	color:#486b41;
}

.TableRed
{
	border-style:solid;
	border-color:#e9cece;
	border-width:2px;
	background-color:#f9f2f2;
}
.TableHeaderRed
{
	border-bottom:solid 1 #e9cece;
	background-color:#e9cece;
	font-family:Verdana;
	font-size:11px;
	height:18;
	color:#773636;
	
}





.NormalText
{
	font-family:Verdana;
	font-size:10px;	
	color:#3E576F;
	text-decoration : none;
}
.NormalTextGreen
{
	font-family:Verdana;
	font-size:10px;	
	color:#547d4c;
	text-decoration : none;
}
.NormalTextRed
{
	font-family:Verdana;
	font-size:10px;	
	color:#773636;
	text-decoration : none;
}



.LinkButton			{text-decoration : underline; color: #0062C8; font-weight : normal ; font-family:Verdana; font-size:10px;	}
.LinkButton:Visited	{text-decoration : underline; color: #0062C8; font-weight : normal ; font-family:Verdana; font-size:10px;	}
.LinkButton:Active		{text-decoration : underline; color: red; font-weight : normal ; font-family:Verdana;font-size:10px;	}
.LinkButton:Hover		{text-decoration : underline; color: red; font-weight : normal ; font-family:Verdana;font-size:10px;	 }


.LinkButtonGreen			{text-decoration : underline; color: #547d4c; font-weight : normal ; font-family:Verdana; font-size:10px;	}
.LinkButtonGreen:Visited	{text-decoration : underline; color: #547d4c; font-weight : normal ; font-family:Verdana; font-size:10px;	}
.LinkButtonGreen:Active		{text-decoration : underline; color: red; font-weight : normal ; font-family:Verdana;font-size:10px;	}
.LinkButtonGreen:Hover		{text-decoration : underline; color: red; font-weight : normal ; font-family:Verdana;font-size:10px;	 }


.LinkButtonRed			{text-decoration : underline; color: #773636; font-weight : normal ; font-family:Verdana; font-size:10px;	}
.LinkButtonRed:Visited	{text-decoration : underline; color: #773636; font-weight : normal ; font-family:Verdana; font-size:10px;	}
.LinkButtonRed:Active		{text-decoration : underline; color: red; font-weight : normal ; font-family:Verdana;font-size:10px;	}
.LinkButtonRed:Hover		{text-decoration : underline; color: red; font-weight : normal ; font-family:Verdana;font-size:10px;	 }


.LinkButtonNoUnderline			{text-decoration : none; color: #0062C8; font-weight : normal ; font-family:Verdana; font-size:10px;	}

.Title
{
	font-family:Verdana;
	font-size:18px;	
	color:#3E576F;
}

.Button
{	font-family:Verdana;
	font-size:10px;	
	height:20;
		
}
	
.TableAlternate
{
	border-bottom:solid 1 #CBD5EC;
	background-color:#CBD5EC;
	font-family:Verdana;
	font-size:10px;	
	color:#3E576F;
}