/* Elements */

a {
	color: #333333;
	font-weight: bold;
}

a:active {
	color: #333333;
	font-weight: bold;
}

a:visited {
	color: #333333;
	font-weight: bold;
}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #333333;
	font-weight: bold;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

H1 {
	font-size: 1.5rem;
}

H2 {
	font-size: 1.375rem;
}

H3 {
	font-size: 1.25rem;
}

H4 {
	font-size: 1.125rem;
}

H5 {
	font-size: 1rem;
}

H6 {
	font-size: 0.875rem;
}

/* Fonts */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, P, TH, TD,  UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9375rem;
	color: #333333;
}

/* Classes */

.bold {  
	font-weight: bold; 
}

.date {
	color: #000000;
}

.datebyline {
	font-style: italic;
}

.headline {
	font-weight: bold;
}

.italics {  
	font-style: italic;
}

.pageheader {
	font-weight: bold;
	font-size: 0.875rem;
}

.medheader {
	font-weight: bold;
	font-size: 0.8125rem;
}

.miniheader {
	font-weight: bold;
	font-size: 0.6875rem;
}

.titletxt {
	font-weight: bold;
	font-size: 1.125rem;
}

.bluetxt {
	font-weight: bold;
	font-size: 1rem;
	color: #330099;
}

/* publications */

.paper_title {
	font-weight: bold;
	font-size: 0.9375rem;
	color: #330099;
}

.authors {
	font-weight: bold;
}

.conference {
	font-style: italic;
}

.largetxt {
	font-size: 1.0625rem;
}

.largetxtcolor {
	font-weight: bold;
	font-size: 1.0625rem;
	color: #000066;
}

.purpletxt {
	font-weight: bold;
	font-size: 0.75rem;
	color: #660066;
	/* color: #9966ff; */
}

.medhead {
	font-weight: bold;
	font-size: 0.9375rem;
}

.purpletxtmedium {
	font-weight: bold;
	font-size: 0.8125rem;
	color: #660066;
	/* color: #9966ff; */
}

.largeboldtxt {
	font-weight: bold;
	font-size: 1.125rem;
}

.largerboldtxt {
	font-weight: bold;
	font-size: 1rem;
}

.colortxt {
	font-weight: bold;
	font-size: 1rem;
	color: #9400D3;
	/* color: #330099 */;
}

.medtxt {
	font-size: 0.8125rem;
}

.mintxt {
	font-size: 0.5625rem;
}

.searchbox {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #333333;
	background-color: #E3E3E3;
}

.searchbox2 {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #333333;
	background-color: #EDEDED;
}

.searchboxsub {
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #333333;
	background-color: #E3E3E3;
}

.subheaders {
	font-weight: bold;
}

.underline {  
	text-decoration: underline;
}
