/* CSS Document */

.footerCopy {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footerCopy A{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footerCopy A:hover{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #0099FF;
	text-decoration: underline;
}

.contentCopy {
	width: 336px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	/**background-color: #000000; **/
}

.contentCopy A{
	color: #FFFFFF;
	text-decoration: none;
}

.contentCopy A:hover{
	color: #0099FF;
	text-decoration: underline;
}



.pressArticleCopy {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

h1 {
        font-size: 18px;
        font-weight: normal;
        color: #FFFFFF;
}

body {
        background-color: #333333;
        margin: 0;
}

.adminCopy {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
    background-color: #000000;
    color: #FFFFFF;
	text-decoration: none;
    margin: 10px;
}

.caAuthor {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
    background-color: #000000;
    color: #999999;
	text-decoration: none;
    margin: 10px;
}

.adminCopy A{
	color: #FFFFFF;
	text-decoration: none;
}

.adminCopy A:hover{
	color: #0099FF;
	text-decoration: underline;
}

.errorMsg {
        color: red;
        font-weight: bold;
}

p, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

.CharLeftWarning {
        font-size: 10px;
        text=align: right;
}

.needIdeasBtnBG {
	width: 115px;
	height: 19px;
	padding-left: 20px;
	background-image: url(gfx/f/needideas_btn_bg.gif);
	}
	

