/* Default CSS Stylesheet for a new Web Application project */

body {
	background: top center;
	background-image: url(http://sos.georgia.gov/images/electback.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.noimage 
{
	background: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* Color Styles
	#032358 - blueish - pre-2008
	#0F2945 - 2010 blue
	#0066CC - 2010 light blue
	#04378A - another slate blue
	#1F497D - Lighter slate blue
	#333333 - sort of grayish
	#000000 - black
	#FFFFFF - white
	#990000 - red (brick)
	#FF0000 - red
	#0D8A3E - lighter green
	#00B050 - light sea green
	#008000 - true green
*/

a:link {
	color: #0F2945;
}

a:visited {
	color: #0F2945;
}

a:hover {
	color: #0066CC;
}

/* Site Standards */
.standardsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.slightlylargerthanstandardsize {
	font-size: 14px;
}

.largesize 
{
	font-size: 16px;
}

.extralargesize {
	font-size: 20px;
}

.extraextralargesize {
	font-size: 30px;
}

.smallsize {
	font-size: 10px;
}

.slightlysmallersize 
{
	font-size: 11px;
}

.standardfont {
	font-family: Arial, Helvetica, sans-serif;
}

.standardfontandsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.standardcolor {
	color: #000000
}

.specialfont 
{
	font-family:Georgia, Times New Roman;
}

.oppositestandardcolor {
	color: #FFFFFF;
}

.alternatestandardcolor {
	color: #0F2945; 
}

.alternatestandardbackgroundcolor 
{
	background-color: #0F2945;
}

.tablestandardheader
{
	/*background-color: #265B9D;*/
	background-color: #A2B5CD;
	color: #000000;
	font-weight: bold;
	border-color: #808080;
}

.tablesubheader
{
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
	border-color: #808080;
}

.tableborder 
{
	border-color: #808080;
	}

.oppositealternatestandardcolor {
	color: #0D8A3E;
}

.oppositealternatestandardbackgroundcolor 
{
	background-color: #0D8A3E;
}

.sitered {
	color: #990000;
}

.siteredbold {
	color: #990000;
	font-weight: bold;
	text-align: center;
}

.siteredboldlarge {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.alternatelarger 
{
	color: #0F2945;
	font-size: 15px;
}

.smallbolditalic 
{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

.standardbold
{
	font-size: 12px;
	font-weight: bold;
}

.largebold {
	font-size: 16px;
	font-weight: bold;
}

.padcell4points 
{
	padding-left: 4pt;
	padding-right: 4pt;
}

.rightjustify
{
	text-align: right;
}

.leftjustify
{
	text-align: left;
}

.centertext
{
	text-align: center;
}

