/* CSS Document */

/* GREEN = #67ad00 */
/* BLUE = #009fed */

.wrapper {
	width:760px;
}
.bot_image {
	 width:247px;
	 text-align:center;
}

.borders {
	background-color:#000000;
	width:9px;
}

body {
	margin:0;
	padding:0;
	background-color: #333333;
	background-image: url(images_ssw/background_main.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #67ad00;
}
a:visited {
	color: #67ad00;
}
a:hover {
	color: #67ad00;
}
a:active {
	color: #67ad00;
}
h1, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	font-size:22px;
	font-weight:bold;
	color: #67ad00;
}

h1.sswi, h1.sswi a:link, h1.sswi a:active, h1.sswi a:visited, h1.sswi a:hover {color:#009fed;}

.flash { /* fixes a gap under flash object in ff */
font-size: 0;
line-height: 0;
}
.content {
	width:100%;
	background-color:#FFFFFF;
}
.padding {
	padding:15px;
}
.divider {
	border-top:7px solid #000000;
}
.greyborder {
	border:1px solid #CCCCCC;
}
.form {
	background-color:#CCCCCC;
	border:1px solid #333333;
}
.tinytext {
	font-size:9px;
}
.bigtext {
	font-size:20px;
}
.row1 {background-color:#eeeeee;}
.green {background-color:#67ad00;}
.error {background-color:#FF0000; color:#FFFFFF;}
.copyright {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}
.bottomlinks, .bottomlinks a {
	font-size:9px;
	color:#666666;
}