/* CANADIAN ARTHRITIS NETWORK 2005 */

/* MAIN LINKS */ 
A:link {
	color: #3A74B4;
	font-weight: none;
	text-decoration: none;
}
.fakelink {
	color: #3A74B4;
	font-weight: none;
	text-decoration: none;
}

A:visited {
	color: #3A74B4;
	font-weight: none;
	text-decoration: none;
}

A:active {
	color: #3A74B4;
	font-weight: none;
	text-decoration: none;
}

A:hover {
	color: #F15C2E;
	font-weight: none;
	text-decoration: underline;
}

/* SUBNAV LING */ 
A.sub:link {
	color: #3A74B4;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
}

A.sub:visited {
	color: #3A74B4;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
}

A.sub:active {
	color: #3A74B4;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
}

A.sub:hover {
	color: #F15C2E;
	font-size: 10px;
	font-weight: none;
	text-decoration: underline;
}

/* Bold Orange Links */
A.orange:link {
	color: #F15C2E;
	font-weight: bold;
	text-decoration: none;
}

A.orange:visited {
	color: #F15C2E;
	font-weight: bold;
	text-decoration: none;
}

A.orange:active {
	color: #F15C2E;
	font-weight: bold;
	text-decoration: none;
}

A.orange:hover {
	color: #3A74B4;
	font-weight: bold;
	text-decoration: underline;
}


/* White Links */
A.white:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

A.white:visited {
	color: #FFFFFF;
	font-weight: bold;
    font-size: 10px;
	text-decoration: underline;
}

A.white:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

A.white:hover {
	color: #FFCC00;
	font-weight: bold;
    font-size: 10px;
	text-decoration: none;
}

/* ALL COPY */
TD {
	COLOR:		#333333;
	font-size: 12px;
	font-family : 'Verdana', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

P {
	COLOR:		#333333;
	font-size: 12px;
	font-family : 'Verdana', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

P.linkheight {
	line-height: 20px;	
	}

.subtitle {
	font-size: 12px;
	font-family : 'Verdana', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color : #17A144;
}

.sub_subtitle {
	font-size: 12px;
	font-family : 'Verdana', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color : #F15D2F;
}

.whitetext {
	font-size: 12px;
	font-family : 'Verdana' , LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color : #ffffff;
}

.greenheading {
	font-size: 12px;
	font-family : 'Verdana', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #17A144;
}

.red {
	font-size: 12px;
	font-family : 'Verdana', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color : #FF0000;
}