#container { width: 990px; margin: 0px auto; background-color: #FFFFFF; }

body {
	margin: 0px;
	/*
	background-image: url(http://www.s2pmedia.com/images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	*/
	background-color: #424242;
}

body, div, span, table, tr, td, p, a, ul, ol { font-family: Tahoma; font-size: 12px; }

.small {
	font-size: 10px;
}

.label {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.title {
        font-size: 16px;
        font-weight: bold;
        color: #00ABFD;
}

.big {
        font-size: 16px;
        font-weight: bold;
        color: #00ABFD;
}

.bigger {
        font-size: 16px;
        font-weight: 700;
        color: #666666;
}

.title_login {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
}

a.title:link { color: #333333; font-size: 14px; font-weight: bold;}
a.title:active { color: #666666; font-size: 14px; font-weight: bold;}
a.title:visited { color: #999999; font-size: 14px; font-weight: bold;}
a.title:hover { color: #000000; font-size: 14px; font-weight: bolder;}


a.title2:link { color: #00ABFD; font-size: 14px; font-weight: bold;}
a.title2:active { color: #CCFFFF; font-size: 14px; font-weight: bold;}
a.title2:visited { color: #CCFFFF; font-size: 14px; font-weight: bold;}
a.title2:hover { color: #DDDDDD; font-size: 14px; font-weight: bolder;}

.table_top {
        font-size: 12px;
        font-weight: 700;
        color:#333333;
}

.nav {
        font-size: 14px;
        font-weight: 700;
}

.nav_sub {
        font-size: 13px;
        font-weight: 400;
}

.footer {
        font-size: 12px;
        color: #111111;
}

.success {
        font-size: 14px;
        font-weight: 700;
        color: #333333;
}

.error {
        font-weight: 700;
        color: #FF0000;
}

h1 {
	font-size: 22px;
	color: #191919;
	margin-bottom: 3px;
	margin-top: 5px;
}

h2 {
	font-size: 18px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	color: #52c2d0;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
}

a.h3-white:link, a.h3-white:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.h3:link, a.h3:visited {
	font-size: 14px;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a.menu:link, a.menu:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	height: 20px;
	width: 100%;
}

a.menu:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

a.menu#active_menu {
	color: #FFFFFF;
	background-color: #333333;
}

a.menu#active_menu:hover {
	color: #FFFFFF;
	background-color: #999999;
}

a.submenu:link, a.submenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px 5px 20px;
}

a.submenu:hover {
	color: #FF33CC;
	background-color: #FFFFFF;
}

a.submenu#active_menu {
	color: #FFFFFF;
	background-color: #333333;
}

a.submenu#active_menu:hover {
	color: #333333;
	background-color: #999999;
}

form {
	margin: 0px;
}
