/* HTML TAGS */
html,body {
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	height:100%;
}
body,td,th {
	color:#000000;
}
table {
	border:none;
	padding:0;
	margin:0;
}
img {
	border:none;
}
input {
	color:#000000;
	border:solid 1px #666666;
	background-color:#FFFFFF;
	padding:3px;
}
textarea {
	color:#000000;
	border:solid 1px #666666;
	background-color:#FFFFFF;
	padding:3px;
}
form {
	margin:0;
	padding:0;
}

/* TIJDELIJK */
#p_msg {
	position:fixed;
	bottom:10px;
	right:10px;
	padding:5px;
	border:1px solid #000000;
	color:#000000;
	background-color:#CCCCCC;
	z-index:1000;
	opacity: .75;
	filter: alpha(opacity=75);
}

/* IMAGE BROWSER */
#f_openimagediv {
	display:none;
	position:absolute;
	left:0px;
	top:0px;	
	z-index:98;
}
#f_openimagediv_bg {	
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:99;
	background-color:#000000;
	opacity: .75;
	filter: alpha(opacity=75);
}
#f_openimagediv_content {
	position:absolute;
	left:50%;
	top:25px;
	width:750px;
	height:500px;
	overflow:auto;
	margin-left:-375px;
	z-index:100;
	background-color:transparent;
}
#f_open_browse {
	width:100%;
	height:100%;
	border:none;
}
.f_open_text {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}

/* EDIT IMAGE BROWSER */
#e_openimagediv {
	display:none;
	position:absolute;
	left:0px;
	top:0px;	
	z-index:98;
}
#e_openimagediv_bg {	
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:99;
	background-color:#000000;
	opacity: .75;
	filter: alpha(opacity=75);
}
#e_openimagediv_content {
	position:absolute;
	left:50%;
	top:25px;
	width:750px;
	height:500px;
	overflow:auto;
	margin-left:-375px;
	z-index:100;
	background-color:transparent;
}
#e_open_browse {
	width:100%;
	height:100%;
	border:none;
}
.e_open_text {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}

/* USER IMAGE UPLOAD */
#u_uplimg {
	display:none;
	position:absolute;
	left:0px;
	top:0px;	
	z-index:98;
}
#u_uplimg_bg {	
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:99;
	background-color:#000000;
	opacity: .75;
	filter: alpha(opacity=75);
}
#u_uplimg_content {
	position:absolute;
	left:50%;
	top:25px;
	width:360px;
	height:500px;
	overflow:auto;
	margin-left:-180px;
	z-index:100;
	background-color:transparent;
}
#u_uplimg_browse {
	width:100%;
	height:100%;
	border:none;
}
.u_uplimg_text {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}

/* MAIN DIVS */
#main {
	width:926px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-463px;
	z-index:1;
}
#print {
	display:none;
}
#tagcloud {
	position:absolute;
	left:0px;
	top:75px;
	z-index:2;
}
#logo {
	position:absolute;
	left:640px;
	top:16px;
	z-index:2;
}
#menu {
	position:absolute;
	left:767px;
	top:50px;
	z-index:2;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:10pt;
	line-height:14pt;
	color:#666666;
	height:238px;
	overflow:hidden;	
}
a.menu {
	color:#666666;
	text-decoration:none;
}
#content {	
	position:absolute;
	left:0px;
	top:275px;
	z-index:2;
	width:926px;
}
#yourbio {
	position:absolute;
	left:0px;
	top:75px;
	z-index:3;
	width:915px;
	height:500px;
}
#search {
	position:absolute;
	left:0px;
	top:75px;
	z-index:3;
	width:915px;
	height:500px;
}
#archive {
	position:absolute;
	left:0px;
	top:75px;
	z-index:3;
	width:915px;
	height:500px;
}
#signout {
	position:absolute;
	left:0px;
	top:75px;
	z-index:3;
	width:915px;
	height:150px;
}
#signup2 {
	position:absolute;
	left:0px;
	top:75px;
	z-index:3;
	width:915px;
	height:150px;
}
#ce {
	position:absolute;
	left:0px;
	top:75px;
	z-index:3;
	width:915px;
	height:150px;
}
#newcont {
	position:absolute;
	left:0px;
	top:75px;
	z-index:4;
	width:915px;
	height:550px;
}
#editcont {
	position:absolute;
	left:0px;
	top:75px;
	z-index:4;
	width:915px;
	height:550px;
}
#bottom {
	width:530px;
	text-align:center;
	margin-top:20px;
	margin-bottom:50px;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:10pt;
}
a.bottom {
	color:#666666;
	text-decoration:none;
}

/* YOURBIO DIVS & STYLES */
#yb_bg {
	position:absolute;
	left:0px;
	top:42px;
	width:915px;
	height:458px;
	background-color:#FFFFFF;
	z-index:24;
}
#yb_top {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:42px;
	background-image:url(../../images/1.gif);
	z-index:25;
}
#yb_bar {
	position:absolute;
	left:0px;
	top:42px;
	width:893px;
	height:25px;
	background-image:url(../../images/yourbio_bar.gif);
	z-index:25;
}
#yb_bar_1 {
	position:absolute;
	left:249px;
	top:190px;
	width:309px;
	height:27px;
	background-image:url(../../images/yourbio_bar_1.gif);
	z-index:25;
}
#yb_bar_2 {
	position:absolute;
	left:249px;
	top:340px;
	width:309px;
	height:27px;
	background-image:url(../../images/yourbio_bar_2.gif);
	z-index:25;
}
#yb_close {
	position:absolute;
	left:893px;
	top:42px;
	width:22px;
	height:25px;
	z-index:25;
}
#yb_bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:915px;
	height:45px;
	background-image:url(../../images/3.gif);
	z-index:25;
}
#yb_profile {
	position:absolute;
	left:58px;
	top:77px;
	width:181px;
	height:378px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#yb_contributions {
	position:absolute;
	left:249px;
	top:77px;
	width:309px;
	height:113px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#yb_comments {
	position:absolute;
	left:249px;
	top:217px;
	width:309px;
	height:123px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#yb_tags {
	position:absolute;
	left:249px;
	top:367px;
	width:306px;
	padding-right:3px;
	height:88px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:12pt;
	color:#666666;
}
#yb_contribute {
	position:absolute;
	left:568px;
	top:77px;
	width:317px;
	height:378px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}

/* SEARCH DIVS & STYLES */
#se_bg {
	position:absolute;
	left:0px;
	top:42px;
	width:915px;
	height:458px;
	background-color:#FFFFFF;
	z-index:24;
}
#se_top {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:42px;
	background-image:url(../../images/1.gif);
	z-index:25;
}
#se_bar {
	position:absolute;
	left:0px;
	top:42px;
	width:893px;
	height:25px;
	background-image:url(../../images/search_bar.gif);
	z-index:25;
}
#se_close {
	position:absolute;
	left:893px;
	top:42px;
	width:22px;
	height:25px;
	z-index:25;
}
#se_bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:915px;
	height:45px;
	background-image:url(../../images/3.gif);
	z-index:25;
}
#se_events {
	position:absolute;
	left:58px;
	top:67px;
	width:205px;
	height:388px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#se_alltags {
	position:absolute;
	left:274px;
	top:67px;
	width:250px;
	height:388px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#se_archive {
	position:absolute;
	left:533px;
	top:67px;
	width:152px;
	height:388px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#se_search {
	position:absolute;
	left:695px;
	top:67px;
	width:189px;
	height:388px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}

/* ARCHIVE DIVS & STYLES */
#ar_bg {
	position:absolute;
	left:0px;
	top:42px;
	width:915px;
	height:458px;
	background-color:#FFFFFF;
	z-index:24;
}
#ar_top {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:42px;
	background-image:url(../../images/1.gif);
	z-index:25;
}
#ar_bar {
	position:absolute;
	left:0px;
	top:42px;
	width:893px;
	height:25px;
	/*background-image:url(../../images/archive_bar.gif.gif);*/
	z-index:25;
}
#ar_close {
	position:absolute;
	left:893px;
	top:42px;
	width:22px;
	height:25px;
	z-index:25;
}
#ar_bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:915px;
	height:45px;
	background-image:url(../../images/3.gif);
	z-index:25;
}
#ar_archive {
	position:absolute;
	left:58px;
	top:67px;
	width:826px;
	height:388px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
.tablearchive {
	color:#666666;
	width:192px;
	vertical-align:top;
}
.archivemonth {
	width:100%;
	text-align:center;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-style:italic;
	font-size:8pt;
	color:#4D4D4D;
}

/* SIGNOUT DIVS & STYLES */
#so_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:108px;
	background-color:#FFFFFF;
	z-index:24;
}
#so_top {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:42px;
	background-image:url(../../images/1.gif);
	z-index:25;
}
#so_close {
	position:absolute;
	left:893px;
	top:17px;
	width:22px;
	height:25px;
	z-index:25;
}
#so_bottom {
	position:absolute;
	left:0px;
	bottom:10px;
	width:915px;
	height:45px;
	background-image:url(../../images/3.gif);
	z-index:25;
}
#so_content {
	position:absolute;
	left:0px;
	top:42px;
	width:100%;
	height:53px;
	z-index:25;
	text-align:center;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:10pt;
	line-height:12pt;
	color:#666666;
}
.soclose {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	cursor:pointer;
}

/* SIGNUP DIVS & STYLES */
#su_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:160px;
	background-color:#FFFFFF;
	z-index:24;
}
#su_top {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:42px;
	background-image:url(../../images/1.gif);
	z-index:25;
}
#su_close {
	position:absolute;
	left:893px;
	top:17px;
	width:22px;
	height:25px;
	z-index:25;
}
#su_bottom {
	position:absolute;
	left:0px;
	bottom:-32px;
	width:915px;
	height:45px;
	background-image:url(../../images/3.gif);
	z-index:25;
}
#su_content {
	position:absolute;
	left:0px;
	top:42px;
	width:100%;
	height:130px;
	z-index:25;
	text-align:center;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:10pt;
	line-height:12pt;
	color:#666666;
}

/* NEWCONT DIVS & STYLES */
#nc_bg {
	position:absolute;
	left:0px;
	top:42px;
	width:915px;
	height:508px;
	background-color:#FFFFFF;
	z-index:24;
}
#nc_top {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:42px;
	background-image:url(../../images/1.gif);
	z-index:25;
}
#nc_bar {
	position:absolute;
	left:0px;
	top:42px;
	width:893px;
	height:25px;
	background-image:url(../../images/newcont_bar.gif);
	z-index:25;
}
#nc_close {
	position:absolute;
	left:893px;
	top:42px;
	width:22px;
	height:25px;
	z-index:25;
}
#nc_bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:915px;
	height:45px;
	background-image:url(../../images/3.gif);
	z-index:25;
}
#nc_cont {
	position:absolute;
	left:58px;
	top:67px;
	width:500px;
	height:438px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#nc_attach {
	position:absolute;
	left:569px;
	top:67px;
	width:313px;
	height:438px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	padding-right:3px;
}
.u_img {
	padding:5px;
	border:1px solid #999999;
}

/* EDITCONT DIVS & STYLES */
#ec_bg {
	position:absolute;
	left:0px;
	top:42px;
	width:915px;
	height:508px;
	background-color:#FFFFFF;
	z-index:24;
}
#ec_top {
	position:absolute;
	left:0px;
	top:0px;
	width:915px;
	height:42px;
	background-image:url(../../images/1.gif);
	z-index:25;
}
#ec_bar {
	position:absolute;
	left:0px;
	top:42px;
	width:893px;
	height:25px;
	background-image:url(../../images/newcont_bar.gif);
	z-index:25;
}
#ec_close {
	position:absolute;
	left:893px;
	top:42px;
	width:22px;
	height:25px;
	z-index:25;
}
#ec_bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:915px;
	height:45px;
	background-image:url(../../images/3.gif);
	z-index:25;
}
#ec_cont {
	position:absolute;
	left:58px;
	top:67px;
	width:500px;
	height:438px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#ec_attach {
	position:absolute;
	left:569px;
	top:67px;
	width:313px;
	height:438px;
	overflow:auto;
	z-index:25;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	padding-right:3px;
}
.eu_img {
	padding:5px;
	border:1px solid #999999;
}

/* OBJECT STYLES */
.o_table {
	width:900px;
}
.o_data_left {
	width:530px;
	vertical-align:top;
	padding:0 5px 0 5px;
}
.o_data_right {
	width:360px;
	vertical-align:top;
}
.o_seperator {
	width:530px;
	height:7px;
	text-align:center;
}
.obj_title {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:24pt;
	line-height:30pt;
	letter-spacing:1pt;
	color:#808080;
	text-align:center;
}
a.obj_title {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:24pt;
	line-height:30pt;
	letter-spacing:1pt;
	color:#808080;
	text-align:center;
	text-decoration:none;
}
.obj_author {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-style:italic;
	font-size:10pt;
	line-height:12pt;
	color:#4D4D4D;
	text-align:center;
}
.obj_dateevent {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:12pt;
	line-height:14pt;
	color:#4D4D4D;
	text-align:center;
}
.obj_body {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:11pt;
	line-height:13pt;
	text-indent:20px;
	color:#000000;
}
.obj_body_na {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:11pt;
	line-height:13pt;
	text-indent:20px;
	color:#666666;
	width:460px;
	margin-left:70px;
}
.obj_info {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	text-align:right;
}
a.obj_info {
	color:#666666;
	text-decoration:none;
}
.obj_links {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:8pt;
	line-height:10pt;
	color:#000000;
	text-align:left;
}
a.obj_links {
	color:#000000;
	text-decoration:none;
}
.obj_links_b {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:11pt;
	line-height:13pt;
	color:#000000;
	text-align:center;
}
a.obj_links_b {
	color:#000000;
	text-decoration:none;
}
.obj_comment {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	text-align:left;
}
.obj_comment_name {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	font-style:italic;
}
.c_comment {
	height:40px;
	overflow:hidden;
}
.o_main_image {
	background-image:url(../../images/main_image_bg.gif);
	background-repeat:repeat-y;
	text-align:center;
	width:338px;
}
.o_main_image_2 {
	text-align:left;
}
.o_main_image_l {
	background-image:url(../../images/main_image_bg.gif);
	background-repeat:repeat-y;
	text-align:center;
	width:530px;
}
.o_rest_image {
	margin:0;
	/*padding: 0 6px 5px 0;*/
	width:80px;
	height:60px;
	vertical-align:top;
}
.o_rest_image_l {
	margin:0;
	/*padding: 0 10px 5px 0;*/
	width:80px;
	height:60px;
	vertical-align:top;
}
.o_rest_image_l_e {
	margin:0;
	padding: 0 0 5px 0;
	width:80px;
	height:60px;
	vertical-align:top;
}
.imagedesc {
	width:338px;
	text-align:center;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-style:italic;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
.imagedesca {
	width:320px;
	text-align:center;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-style:italic;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	padding-left:18px;
}
.imagedescc {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-style:italic;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	padding-left:30px;
	padding-right:30px;
}
.imagedescb {
	width:100%;
	text-align:center;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-style:italic;
	font-size:10pt;
	line-height:12pt;
	color:#666666;
}

/* INPUT STYLES */
.i_title {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:16pt;
	letter-spacing:1pt;
	color:#808080;
	width:307px;
	border:solid 1px #666666;
	background-color:#FFFFFF;
	padding:3px;
}
.i_title_b {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:16pt;
	letter-spacing:1pt;
	color:#808080;
	width:475px;
	border:solid 1px #666666;
	background-color:#FFFFFF;
	padding:3px;
}
.i_text {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:9pt;
	line-height:11pt;
	color:#000000;
	width:475px;
	border:solid 1px #666666;
	background-color:#FFFFFF;
	padding:3px;
}
.it_text {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:9pt;
}
.fo_choose {
	cursor:pointer;
}
.img_desc {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	width:175px;
	border:solid 1px #666666;
	background-color:#E1E1E1;
	padding:1px;
	vertical-align:middle;
}
.img_desc2 {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	width:160px;
	border:solid 1px #666666;
	background-color:#E1E1E1;
	padding:1px;
	vertical-align:middle;
}
.continput {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	width:289px;
	border:solid 1px #666666;
	background-color:#FFFFFF;
	padding:1px;
	z-index:2;
}
.continput3 {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	border:solid 1px #666666;
	background-color:#FFFFFF;
	padding:1px;
	z-index:2;
}
.continputdesc {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#666666;
	width:287px;
	height:16px;
	border:solid 1px #FFFFFF;
	/*border-top:solid 1px #666666;*/
	/*margin-top:-1px;*/
	background-color:#FFFFFF;
	padding:2px;
	z-index:1;
	cursor:pointer;
}
.continputdesc2 {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	width:287px;
	height:25px;
	border:solid 1px #666666;
	border-top:solid 1px #666666;
	margin-top:-1px;
	background-color:#E1E1E1;
	padding:2px;
	z-index:1;
	cursor:pointer;
}
.submitbutton {
	color:#253990;
	font-weight:bold;
	padding:2px;
	border:1px solid #253990;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
}
.inputmain {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:9pt;
	line-height:11pt;
}

/* EDIT PROFILE */
#editprofile {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#e_title {
	width:530px;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:24pt;
	line-height:30pt;
	letter-spacing:1pt;
	color:#808080;
	text-align:center;
}
a.e_link {
	color:#666666;
	text-decoration:none;
}

/* SIGN UP */
#signup {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#admin {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#video {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
}
#videocont {
	width:530px;
}
#su_title {
	width:530px;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:24pt;
	line-height:30pt;
	letter-spacing:1pt;
	color:#808080;
	text-align:center;
}
a.su_link {
	color:#666666;
	text-decoration:none;
}

/* PROFILE */
#profile {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	width:530px;
}
#p_title {
	width:530px;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:24pt;
	line-height:30pt;
	letter-spacing:1pt;
	color:#808080;
	text-align:center;
}
#p_title2 {
	width:530px;
	color:#808080;
	text-align:center;
}
#s_title {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:24pt;
	line-height:30pt;
	letter-spacing:1pt;
	color:#808080;
}
.p_text {
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:11pt;
	line-height:13pt;
	color:#000000;
}
a.p_link {
	color:#666666;
	text-decoration:none;
}

/* SHOW INTRO */
#showintro {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	z-index:1000;
}

/* FORWARD */
#f_title {
	width:600px;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:24pt;
	line-height:30pt;
	letter-spacing:1pt;
	color:#808080;
	text-align:center;
}
#f_title_mailing {
	width:750px;
	margin-left:25px;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:24pt;
	line-height:30pt;
	letter-spacing:1pt;
	color:#808080;
	text-align:center;
}
#f_content {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	width:550px;
	padding:25px;
}
#f_content_mailing {
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#666666;
	width:700px;
	margin-left:25px;
	padding:25px;
	height:465px;
	overflow:auto;
}
a.f_content_mailing {
	color:#666666;
	text-decoration:none;
}

/* MAILING */
.noedit {
	 background-color:#CCCCCC;
	 border:1px solid #666666;
	 color:#999999;
}
#mailing_members {
	width:700px;
	border:1px solid #999999;
}
#contribute {
	width:550px;
	font-family:Georgia, 'Times New Roman', times, serif;
	font-size:11pt;
	line-height:13pt;
	color:#000000;
}

/* OTHER */
#v_example {
	padding:1px;
	text-align:center;
}
#ev_example {
	padding:1px;
	text-align:center;
}
.newdiv {
	padding:1px;
}
.newdiv2 {
	padding:13px 3px 4px 3px;
	margin:1px 1px 3px 1px;
	border:1px solid #666666;
}

/* EXTRA */
.notandre_title {
	color:#b4b4b4;
}