/***** baret.css *****/

/* Global Styles */

body {
	margin:10;
        background-color: #040464;
	font:12px Arial;
        color:#ffffff;
	}

a {
	text-decoration: none;
        color:#ffff00;
	}

a:visited {
	text-decoration: none;
        color:#ffff00;;
	}
	
a:hover {
	text-decoration: underline;
        color:#ffff00;
	}

img.floatLeft {
        float : left;
        margin : 10px;
        }

img.floatRight {
        float : right;
        margin : 10px;
        }

/* Class Styles */
	
.header {
	margin:0;
        background-color: #cc0000;
	font:12px Verdana;
        color:#ffffff;
	}
	
.leftside {
	margin:0;
        background-color: #ffffff;
	font:11pt Times New Roman,Times,serif New Roman,Times New Roman,Times,serif,serif;
        color:#040464;
	}

.description {
	margin:0;
        background-color: #ffffff;
	font:14px Times New Roman,Times,serif;
        color:#040464;
	}
	
.rightside {
	margin:0;
        background-color: #040464;
        color:#ffffff;
	}

.pixtxt {
	margin:0;
        background-color: #040464;
        font: 11px Verdana;
        color:#ffffff;
	}

.bigtext {
	margin:0;
        background-color: #040464;
	font: 4ex Times New Roman,Times,serif;
        color:#ffffff;
	}
	
.footer {
	margin:0;
        background-color: #040464;
	font: 11px Verdana;
        color:#ffffff;
	}

/*
	tswtabs.css		1.0.1
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #ffffff ;
	background-color: #cc0000 ;
	border: 1px outset #112233 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #ffffff ;
	background-color: #040464 ;
}


/***** END *****/