﻿body
{
	font-family: 'Sans-Serif', Times New Roman , Arial;
	font-weight: bold;
}

h1
{
	font-size: large;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;	/*top right bottom left*/
}

h2
{
	font-size: 14pt; /*font-size:larger;*/
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin: 0px 0px 0px 0px; /*top right bottom left*/
}

h3
{
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin: 5px 0px 0px 0px; /*top right bottom left*/
}


p
{
	font-size: 12pt;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin: 0px 0px 5px 0px; /*top right bottom left*/
	text-align: justify;
}

li
{
	text-align: justify;
}

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

ol
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.box
{
	/*width: 350px;*/
	background-color: #C0DAE1;/*#ffcc00*/
	background-image: url(images/boxbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box h2
{
	background-image: url(images/boxtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 20px 0 20px;
}
.MenuLBL
{
	background-image: url(images/MasterPage_10.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 30px; /*font-weight:bold;*/
	color: #ffffff;
	padding-right: 5px;
	padding-left: 10px;
}
.MenuLBL a
{
	/*font-weight:bold;*/
	color: #ffffff;
	text-decoration:none;
}

.MenuLBL2
{
	background-image: url(images/MasterPage_101.gif);
	background-repeat: no-repeat;
	text-align: justify;
	height: 48px; /*font-weight:bold;*/
	color: #ffffff;
	padding-right: 5px;
	padding-left: 20px;
}
.MenuLBL2 a
{
	/*font-weight:bold;*/
	color: #ffffff;
	text-decoration:none;
}

.MenuLBL3
{
	background-image: url(images/MasterPage_102.gif);
	background-repeat: no-repeat;
	text-align: justify;
	height: 70px; /*font-weight:bold;*/
	color: #ffffff;
	padding-right: 5px;
	padding-left: 20px;
}
.MenuLBL3 a
{
	/*font-weight:bold;*/
	color: #ffffff;
	text-decoration:none;
}

.MenuTXT
{
	background-image: url(images/MasterPage_12.gif);
	text-align: right;
	height: 27px; /*font-weight:bold;*/
	color: #ffffff; /*padding-right:5px;*/
}

.MenuTXT2
{
	background-image: url(images/MasterPage_13.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 45px; /*font-weight:bold;*/
	color: #ffffff; /*padding-right:5px;*/
	padding-left: 30px;
	padding-bottom: 5px;
}

.img
{
	text-align: center;
}


a
{color:#0000AA;
	text-decoration:none;
	}