/* @override http://www.buffersusa.com/CSS/buffer.css */

.footertwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	padding-top: 5px;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	border-top: 15px;
	text-transform: capitalize;
}
.SubHeadOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #214861;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	list-style-type: circle;
}
.bulletBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.linkOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #306086;
	text-align: left;
	text-decoration: none;
}
.SubHeadTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #214861;
}
.bulletBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	list-style-type: circle;
}


#adminform {
	width: 400px;
	margin: 0 auto;
}

#adminform fieldset {
	border: 1px solid #306086;
}

#adminform legend {
	font-weight: bold;
	text-transform: uppercase;
	color: #1F3D55;
}

#adminform input, #adminform select, #adminform textarea {
	display: block;
}

#adminform label {
	display: block;
	margin: 0 0 1em 0;
}

#adminform input.text, #adminform textarea {
	border: 1px solid #306086;
	width: 300px;
	padding: .2em 0 .2em .2em;
}
#adminform textarea{
	height: 6.5em;
}
#adminform input#groupid {
	width: 60px;
}

.alert {
	color: #c33;
}


#loginform{
	background: #fff;
	font: 18px/1.2 Arial, Helvetica, sans-serif;
	margin: 3em auto;
	width: 400px;
}
#loginform fieldset, #menu{
	border: 0;
	padding: 20px;
}
#loginform fieldset legend{
	font: 36px/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
}
#loginform label, #loginform input{
	display: block;
}
#loginform input{
	font: 18px/1.2 Arial, Helvetica, sans-serif;
}
#loginform .text{
	border: 1px solid #999ba7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 1.5em;
	padding: .3em;
	width: 100%;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #C00;
	text-align: left;
}
