﻿
.SmallText 
{
    font-size: x-small;
}

.Label
{
	font-weight: bold;
}

.DISPLAYLINE
{
    margin: 0 10px 0 10px;
    background: url('../../Images/line.gif') repeat-y;
}

.sidemenutext 
{
    background-color: #FFFF00;
    display: block;
	height: 20px;
	color: #FF1617;
    padding-left: 10px;
    padding-top: 5px;
	font-weight: bold;
}

.topmenutext 
{
    color: #FF1617;
    padding: 2px;
    text-decoration: none;
}

.ErrorMessage
{
 color: #c32722;
 font-weight: bold;
 margin-left: 0px;
}

.floatimageleft
{
 float: left;
 padding: 0px 10px 0px 0px;
}

.floatimageright
{
 float: right;
 padding: 0px 0px 0px 10px;
}

.floatleft
{
 padding: 0px 10px 0px 0px;
 float: left;
}

.floatright
{
 float: right;
 padding: 0px 0px 0px 10px;
}

.imgstyle
{
    padding: 5px 5px 5px 5px;
}

.clearfloats
{
 clear: both;
}

.justifytext
{
 text-align: justify;
}

.indentsection
{
 padding: 0px 0px 0px 10px;
}